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:
parent
f5756aa3bb
commit
95b204cd33
|
@ -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 { });
|
||||
|
|
Loading…
Reference in a new issue