python-packages.nix: make pythonAtLeast and pythonOlder available
This commit is contained in:
parent
6c7d501a7b
commit
450edd4b72
|
@ -29,7 +29,7 @@ let
|
|||
|
||||
in {
|
||||
|
||||
inherit python bootstrapped-pip 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;
|
||||
|
||||
# helpers
|
||||
|
||||
|
|
Loading…
Reference in New Issue