mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
gaphor: fix desktopItems
This commit is contained in:
parent
9f4fda9f6e
commit
b6411eb1fe
@ -51,13 +51,15 @@ buildPythonApplication rec {
|
||||
tinycss2
|
||||
];
|
||||
|
||||
desktopItems = makeDesktopItem {
|
||||
name = pname;
|
||||
exec = "gaphor";
|
||||
icon = "gaphor";
|
||||
comment = meta.description;
|
||||
desktopName = "Gaphor";
|
||||
};
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = pname;
|
||||
exec = "gaphor";
|
||||
icon = "gaphor";
|
||||
comment = meta.description;
|
||||
desktopName = "Gaphor";
|
||||
})
|
||||
];
|
||||
|
||||
# Disable automatic wrapGAppsHook3 to prevent double wrapping
|
||||
dontWrapGApps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user