python.isPyXY markers

This commit is contained in:
Florian Friesdorf
2014-07-10 16:40:35 +02:00
parent 168bfea867
commit 4fd6168e8a
5 changed files with 13 additions and 3 deletions
@@ -67,7 +67,9 @@ stdenv.mkDerivation {
tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
libPrefix = "python${majorVersion}";
executable = "python3.4m";
is_py3k = true;
isPy3 = true;
isPy34 = true;
is_py3k = true; # deprecated
sitePackages = "lib/${libPrefix}/site-packages";
};