Typo fix
Doesn't fix evaluation though...
This commit is contained in:
parent
4d7d5ba69c
commit
0b086080f9
1 changed files with 1 additions and 1 deletions
|
@ -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; crypto = null; };
|
||||
|
||||
pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
inherit pkgs python;
|
||||
|
|
Loading…
Reference in a new issue