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