zotero: remove version from name in desktopItem
Using the version in the name attribute of the desktop item led to some issues with desktop environments that expect the name to remain unchanged.
This commit is contained in:
parent
704e55fc33
commit
16c80ce911
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "zotero-${version}";
|
||||
name = "zotero";
|
||||
exec = "zotero -url %U";
|
||||
icon = "zotero";
|
||||
comment = meta.description;
|
||||
|
|
Loading…
Reference in a new issue