Skip to content

Commit

Permalink
pythonPackages: make isPy38 available
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Oct 16, 2019
1 parent d2c1303 commit 14405a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -100,7 +100,7 @@ let

in {

inherit (python.passthru) isPy27 isPy33 isPy34 isPy35 isPy36 isPy37 isPy3k isPyPy pythonAtLeast pythonOlder;
inherit (python.passthru) isPy27 isPy33 isPy34 isPy35 isPy36 isPy37 isPy38 isPy3k isPyPy pythonAtLeast pythonOlder;
inherit python bootstrapped-pip buildPythonPackage buildPythonApplication;
inherit fetchPypi callPackage;
inherit hasPythonModule requiredPythonModules makePythonPath disabledIf;
Expand Down

0 comments on commit 14405a0

Please sign in to comment.