python3: fix libPrefix passthru

This commit is contained in:
Vladimír Čunát 2013-02-16 18:10:43 +01:00
parent 2f8616cc2e
commit dbcdc27e03

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation {
readlineSupport = readline != null;
opensslSupport = openssl != null;
tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
libPrefix = "python${majorVersion}";
libPrefix = "python${majorVersion}m";
};
enableParallelBuilding = true;