summary refs log tree commit diff
path: root/pkgs/tools/admin/winbox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/admin/winbox/default.nix')
-rw-r--r--pkgs/tools/admin/winbox/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/tools/admin/winbox/default.nix b/pkgs/tools/admin/winbox/default.nix
index 64b58ee9093..38e76064b18 100644
--- a/pkgs/tools/admin/winbox/default.nix
+++ b/pkgs/tools/admin/winbox/default.nix
@@ -45,11 +45,8 @@ let
     comment = "GUI administration for Mikrotik RouterOS";
     exec = pname;
     icon = pname;
-    type = "Application";
-    categories = "Utility";
-    extraDesktopEntries = {
-      StartupWMClass = last (splitString "/" executable);
-    };
+    categories = [ "Utility" ];
+    startupWMClass = last (splitString "/" executable);
   };
 
   # The icon is also from the winbox AUR package (see above).