about summary refs log tree commit diff
path: root/pkgs/games/tome2
diff options
context:
space:
mode:
authorpiegames <git@piegames.de>2020-10-15 01:24:45 +0200
committerpiegames <git@piegames.de>2020-10-15 15:14:51 +0200
commite14a3598962dbe5d7eac89d8f4759807f1847aa1 (patch)
tree28048ec135b440a7b904a9c66b1d2883a3c90f29 /pkgs/games/tome2
parentee813768c05344b29995b726553aa059f58603a0 (diff)
treewide: Fix broken desktop files and mark packages as broken
This fixes all packages that are failed `nixpkgs-review` in #91790.
Packages that were broken prior to that PR were marked as broken.
Packages that failed because of #75729 were fixed.
Diffstat (limited to 'pkgs/games/tome2')
-rw-r--r--pkgs/games/tome2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/tome2/default.nix b/pkgs/games/tome2/default.nix
index fa73697ab42aa..1fc80b1764d5c 100644
--- a/pkgs/games/tome2/default.nix
+++ b/pkgs/games/tome2/default.nix
@@ -14,6 +14,7 @@ let
     type = "Application";
     categories = "Game;RolePlaying;";
     genericName = pname;
+    fileValidation = false;
   };
 
 in stdenv.mkDerivation {