Loading pkgs/tools/misc/gaphor/default.nix +9 −7 Original line number Diff line number Diff line Loading @@ -51,13 +51,15 @@ buildPythonApplication rec { tinycss2 ]; desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { name = pname; exec = "gaphor"; icon = "gaphor"; comment = meta.description; desktopName = "Gaphor"; }; }) ]; # Disable automatic wrapGAppsHook3 to prevent double wrapping dontWrapGApps = true; Loading Loading
pkgs/tools/misc/gaphor/default.nix +9 −7 Original line number Diff line number Diff line Loading @@ -51,13 +51,15 @@ buildPythonApplication rec { tinycss2 ]; desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { name = pname; exec = "gaphor"; icon = "gaphor"; comment = meta.description; desktopName = "Gaphor"; }; }) ]; # Disable automatic wrapGAppsHook3 to prevent double wrapping dontWrapGApps = true; Loading