summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-03-21 13:04:37 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-03-21 13:04:37 +0100
commit94eb74eaade1f98361187b3c90738e41b184584e (patch)
tree694db9fcfca62827cc85dbf6867144e1ae037fa0 /pkgs/top-level/python-packages.nix
parent3760c8c7fde6e8b15d19b063579d05018fc2d8b3 (diff)
parent4263c53f668058e0f1a16ddc3703c2e3c72805fc (diff)
downloadnixlib-94eb74eaade1f98361187b3c90738e41b184584e.tar
nixlib-94eb74eaade1f98361187b3c90738e41b184584e.tar.gz
nixlib-94eb74eaade1f98361187b3c90738e41b184584e.tar.bz2
nixlib-94eb74eaade1f98361187b3c90738e41b184584e.tar.lz
nixlib-94eb74eaade1f98361187b3c90738e41b184584e.tar.xz
nixlib-94eb74eaade1f98361187b3c90738e41b184584e.tar.zst
nixlib-94eb74eaade1f98361187b3c90738e41b184584e.zip
Merge remote-tracking branch 'upstream/master' into HEAD
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index d80c36842352..f91dd90a5a74 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -20081,7 +20081,7 @@ in {
       sha256 = "0v5w66ir3siimfzg3kc8hfrrilwwnbxq5bvipmrpyxar0kw715vf";
     };
 
-    propagatedBuildInputs = with self; [ pkgs.curl pkgs.openssl.out ];
+    buildInputs = with self; [ pkgs.curl pkgs.openssl.out ];
 
     # error: invalid command 'test'
     doCheck = false;