python2.pkgs.zipp: init at 1.0.0

This commit is contained in:
Frederik Rietdijk
2020-06-11 10:00:25 +02:00
parent 5c08320af6
commit 07cc118adb
2 changed files with 42 additions and 1 deletions
+4 -1
View File
@@ -6493,7 +6493,10 @@ in {
zha-quirks = callPackage ../development/python-modules/zha-quirks { };
zipp = callPackage ../development/python-modules/zipp { };
zipp = if pythonOlder "3.6" then
callPackage ../development/python-modules/zipp/1.nix { }
else
callPackage ../development/python-modules/zipp { };
zope_broken = callPackage ../development/python-modules/zope_broken { };