about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorChris Rendle-Short <chris@killred.net>2019-08-19 20:40:26 +1000
committerChris Rendle-Short <chris@killred.net>2019-08-19 20:40:26 +1000
commitefa9be4d4c48a44e4926f12df943398856bd943f (patch)
treef4d444f4e9d447932230b14d0bacdc74ba29a623 /pkgs/applications/networking/instant-messengers
parenta92f71964f154d42cf55cd34dcc247bdfcbc62c7 (diff)
riot-desktop: rename .desktop file to match app_id
Fixes the problem where the app icon would not show under
Gnome/Wayland.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix b/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix
index 7400393d92bab..894e51529e662 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix
@@ -65,7 +65,7 @@ in mkYarnPackage rec {
   # * category and StartupWMClass from the build.linux section of
   #   https://github.com/vector-im/riot-web/blob/develop/package.json
   desktopItem = makeDesktopItem {
-    inherit name;
+    name = "riot";
     exec = executableName;
     icon = "riot";
     desktopName = "Riot";