mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
fix evaluation error (for real)
This commit is contained in:
parent
2d056f9307
commit
ff2338d2a7
@ -5,7 +5,7 @@ isPy26 = python.majorVersion == "2.6";
|
||||
isPy27 = python.majorVersion == "2.7";
|
||||
optional = pkgs.lib.optional;
|
||||
optionals = pkgs.lib.optionals;
|
||||
modules = python.modules or { readline = null; sqlite3 = null; curses = null; ssl = null; crypto = null; };
|
||||
modules = python.modules or { readline = null; sqlite3 = null; curses = null; ssl = null; crypt = null; };
|
||||
|
||||
pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
inherit pkgs python;
|
||||
|
Loading…
Reference in New Issue
Block a user