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:
@@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "zotero-${version}";
|
||||
name = "zotero";
|
||||
exec = "zotero -url %U";
|
||||
icon = "zotero";
|
||||
comment = meta.description;
|
||||
|
||||
Reference in New Issue
Block a user