about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-16 11:32:16 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-16 11:33:30 +0200
commit0031003765a8bf6c2e89f60d85d5ef6449892213 (patch)
tree2c3dde0a889d66ad8a3c33e67c5ba283fdd6858e
parent924574aa2c39afc782c2e3afa14244c622d86bf5 (diff)
downloadnixlib-0031003765a8bf6c2e89f60d85d5ef6449892213.tar
nixlib-0031003765a8bf6c2e89f60d85d5ef6449892213.tar.gz
nixlib-0031003765a8bf6c2e89f60d85d5ef6449892213.tar.bz2
nixlib-0031003765a8bf6c2e89f60d85d5ef6449892213.tar.lz
nixlib-0031003765a8bf6c2e89f60d85d5ef6449892213.tar.xz
nixlib-0031003765a8bf6c2e89f60d85d5ef6449892213.tar.zst
nixlib-0031003765a8bf6c2e89f60d85d5ef6449892213.zip
pythonPackages: make isPy38 available
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 1614c92808ff..2e02241d3042 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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;