python36: fix version in identifier

This commit is contained in:
Andy Dirnberger 2018-06-28 23:40:47 -04:00
parent 68f945da6d
commit 780959ce8f
No known key found for this signature in database
GPG Key ID: 9B00CE61264DD8DB

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}";
};