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:
kilianar 2023-04-30 17:56:18 +02:00
parent 704e55fc33
commit 16c80ce911

View File

@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
'';
desktopItem = makeDesktopItem {
name = "zotero-${version}";
name = "zotero";
exec = "zotero -url %U";
icon = "zotero";
comment = meta.description;