about summary refs log tree commit diff
path: root/pkgs/games/rott/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/rott/default.nix')
-rw-r--r--pkgs/games/rott/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/rott/default.nix b/pkgs/games/rott/default.nix
index cac357faf2e04..b3a517dab02b3 100644
--- a/pkgs/games/rott/default.nix
+++ b/pkgs/games/rott/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
       name = "rott";
       exec = "launch-rott";
       desktopName = "Rise of the Triad: ${if buildShareware then "The HUNT Begins" else "Dark War"}";
-      categories = "Game;";
+      categories = [ "Game" ];
     })
   ];