forked from mirrors/nixpkgs
Merge pull request #42752 from dirn/python36-typo
python36: fix version in identifier
This commit is contained in:
commit
52de7f7a03
|
@ -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}";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue