mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-03 17:33:26 +03:00
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 New Issue
Block a user