Skip to content

Commit 18bad38

Browse files
committedMay 11, 2017
pythonPackages.callPackage to make it easier to call expressions that take many python packages
1 parent 48192c6 commit 18bad38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/top-level/python-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let
7373
in {
7474

7575
inherit python bootstrapped-pip pythonAtLeast pythonOlder isPy26 isPy27 isPy33 isPy34 isPy35 isPy36 isPyPy isPy3k mkPythonDerivation buildPythonPackage buildPythonApplication;
76-
inherit fetchPypi;
76+
inherit fetchPypi callPackage;
7777
inherit sharedLibraryExtension;
7878

7979
# helpers

0 commit comments

Comments
 (0)
Please sign in to comment.