pythonPackages.toolz: create Python 2 package

This commit is contained in:
Nicolai Kellerer
2020-10-31 09:55:25 -07:00
committed by Jonathan Ringer
parent a64f9cfab4
commit c1cf4abe6d
2 changed files with 32 additions and 1 deletions
+4 -1
View File
@@ -7189,7 +7189,10 @@ in {
tomlkit = callPackage ../development/python-modules/tomlkit { };
toolz = callPackage ../development/python-modules/toolz { };
toolz = if isPy3k then
callPackage ../development/python-modules/toolz { }
else
callPackage ../development/python-modules/toolz/2.nix { };
toposort = callPackage ../development/python-modules/toposort { };