pythonPackages.callPackage to make it easier to call expressions that take many python packages
This commit is contained in:
parent
48192c65c3
commit
18bad38d3d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ let
|
|||
in {
|
||||
|
||||
inherit python bootstrapped-pip pythonAtLeast pythonOlder isPy26 isPy27 isPy33 isPy34 isPy35 isPy36 isPyPy isPy3k mkPythonDerivation buildPythonPackage buildPythonApplication;
|
||||
inherit fetchPypi;
|
||||
inherit fetchPypi callPackage;
|
||||
inherit sharedLibraryExtension;
|
||||
|
||||
# helpers
|
||||
|
|
Loading…
Reference in a new issue