1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

python27: libX11 is in defaultScope

This commit is contained in:
Florian Friesdorf 2014-07-10 16:18:56 +02:00
parent f5756aa3bb
commit 95b204cd33

View file

@ -3563,7 +3563,7 @@ let
};
python26 = callPackage ../development/interpreters/python/2.6 { db = db47; };
python27 = callPackage ../development/interpreters/python/2.7 { libX11 = xlibs.libX11; };
python27 = callPackage ../development/interpreters/python/2.7 { };
python32 = callPackage ../development/interpreters/python/3.2 { };
python33 = callPackage ../development/interpreters/python/3.3 { };
python34 = hiPrio (callPackage ../development/interpreters/python/3.4 { });