python-packages.nix: make pythonAtLeast and pythonOlder available
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user