gtimelog: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-25 15:58:45 +01:00
parent e9e4ca6b4a
commit a06641c08f

View file

@ -22781,7 +22781,7 @@ in
gthumb = callPackage ../applications/graphics/gthumb { }; gthumb = callPackage ../applications/graphics/gthumb { };
gtimelog = pythonPackages.gtimelog; gtimelog = with python3Packages; toPythonApplication gtimelog;
inherit (gnome3) gucharmap; inherit (gnome3) gucharmap;