3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #42752 from dirn/python36-typo

python36: fix version in identifier
This commit is contained in:
Frederik Rietdijk 2018-06-29 08:48:22 +02:00 committed by GitHub
commit 52de7f7a03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,7 @@ in stdenv.mkDerivation {
withPackages = import ../../with-packages.nix { inherit buildEnv pythonPackages;};
pkgs = pythonPackages;
isPy3 = true;
isPy35 = true;
isPy36 = true;
is_py3k = true; # deprecated
interpreter = "${self}/bin/${executable}";
};