summary refs log tree commit diff
path: root/pkgs/games/tome2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tome2/default.nix')
-rw-r--r--pkgs/games/tome2/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/games/tome2/default.nix b/pkgs/games/tome2/default.nix
index d40717c9a38..3440e183515 100644
--- a/pkgs/games/tome2/default.nix
+++ b/pkgs/games/tome2/default.nix
@@ -9,12 +9,10 @@ let
     name = pname;
     exec = "${pname}-x11";
     icon = pname;
-    terminal = "false";
     comment = description;
     type = "Application";
-    categories = "Game;RolePlaying;";
+    categories = [ "Game" "RolePlaying" ];
     genericName = pname;
-    fileValidation = false;
   };
 
 in stdenv.mkDerivation {