Commit 16c80ce9 authored by kilianar's avatar kilianar
Browse files

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.
parent 704e55fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
  '';

  desktopItem = makeDesktopItem {
    name = "zotero-${version}";
    name = "zotero";
    exec = "zotero -url %U";
    icon = "zotero";
    comment = meta.description;