Merge pull request #98316 from NixOS/gnome-3.38

GNOME 3.38
This commit is contained in:
WORLDofPEACE
2020-10-23 20:02:38 -04:00
committed by GitHub
182 changed files with 2250 additions and 957 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 { };