python.isPyXY markers

This commit is contained in:
Florian Friesdorf
2014-07-09 17:34:08 +02:00
parent 168bfea867
commit 4fd6168e8a
5 changed files with 13 additions and 3 deletions

View File

@@ -87,6 +87,8 @@ let
passthru = rec {
inherit zlibSupport;
isPy2 = true;
isPy27 = true;
libPrefix = "python${majorVersion}";
executable = libPrefix;
sitePackages = "lib/${libPrefix}/site-packages";