mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.pycurl: Fix darwin build
This commit is contained in:
parent
ef90ff2d8e
commit
42555f6c7d
1 changed files with 4 additions and 3 deletions
|
@ -13013,8 +13013,10 @@ in {
|
|||
|
||||
buildInputs = with self; [ pkgs.curl pkgs.openssl.out ];
|
||||
|
||||
# error: invalid command 'test'
|
||||
doCheck = false;
|
||||
checkInputs = with self; [ bottle pytest nose ];
|
||||
checkPhase = ''
|
||||
py.test -k "not test_ssl_in_static_libs" tests
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace setup.py --replace '--static-libs' '--libs'
|
||||
|
@ -13024,7 +13026,6 @@ in {
|
|||
meta = {
|
||||
homepage = http://pycurl.sourceforge.net/;
|
||||
description = "Python wrapper for libcurl";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue