python27FullBuildEnv -> python.buildEnv for all interpreters

This commit is contained in:
Domen Kožar
2014-10-19 19:48:07 +02:00
parent 67a1a96b49
commit 2d6582d14e
8 changed files with 43 additions and 23 deletions

View File

@@ -10,6 +10,8 @@
, sqlite
, tcl, tk
, zlib
, callPackage
, self
}:
assert readline != null -> ncurses != null;
@@ -66,6 +68,7 @@ stdenv.mkDerivation {
tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
libPrefix = "python${majorVersion}";
executable = "python3.3m";
buildEnv = callPackage ../wrapper.nix { python = self; };
isPy3 = true;
isPy33 = true;
is_py3k = true; # deprecated