zeitgeist: switch to Python 3

This commit is contained in:
WORLDofPEACE
2020-10-24 01:17:30 +02:00
committed by Jan Tojnar
parent 4d61e42de4
commit 9aaad83e43
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7778,7 +7778,7 @@ in {
zeep = callPackage ../development/python-modules/zeep { };
zeitgeist = disabledIf isPy3k (toPythonModule (pkgs.zeitgeist.override { python2Packages = self; })).py;
zeitgeist = (toPythonModule (pkgs.zeitgeist.override { python3 = python; })).py;
zerobin = callPackage ../development/python-modules/zerobin { };