diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2019-02-15 10:08:27 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-02-17 14:40:54 +0100 |
| commit | d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe (patch) | |
| tree | fb42d34132de1274474bdb0661c1bbba8cbf1e0a /pkgs/development/python-modules/pycurl/default.nix | |
| parent | python.pkgs.partd: disable failing test (diff) | |
| download | nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.gz | |
Python: fix outfall after setting `strictDeps = true;`
Diffstat (limited to 'pkgs/development/python-modules/pycurl/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pycurl/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pycurl/default.nix b/pkgs/development/python-modules/pycurl/default.nix index c437df9cd99c..9fb27c88c029 100644 --- a/pkgs/development/python-modules/pycurl/default.nix +++ b/pkgs/development/python-modules/pycurl/default.nix @@ -20,6 +20,7 @@ buildPythonPackage rec { }; buildInputs = [ curl openssl.out ]; + nativeBuildInputs = [ curl ]; checkInputs = [ bottle pytest nose flaky ]; |
