Unverified Commit b6411eb1 authored by h7x4's avatar h7x4
Browse files

gaphor: fix `desktopItems`

parent 9f4fda9f
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -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;