Skip to content

Commit

Permalink
makeDesktopItem: genericName is not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Feb 26, 2018
1 parent 831ef47 commit 9a8d1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/make-desktopitem/default.nix
Expand Up @@ -6,7 +6,7 @@
, comment ? ""
, terminal ? "false"
, desktopName
, genericName
, genericName ? ""
, mimeType ? ""
, categories ? "Application;Other;"
, startupNotify ? null
Expand Down

0 comments on commit 9a8d1ab

Please sign in to comment.