summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-27 22:27:59 +0100
committerGitHub <noreply@github.com>2020-11-27 22:27:59 +0100
commitec421ca248c4465a0336c3577d2cec7b614a39f7 (patch)
tree71b2712ffe5e65bfa97ac0c907099a9e6768ffd1 /pkgs/games
parent8f3302a88ace30c9e5800c4ba6608f938beed00f (diff)
parente14a3598962dbe5d7eac89d8f4759807f1847aa1 (diff)
Merge pull request #100532 from piegamesde/fix-desktopitems
treewide: Fix broken desktop files and mark packages as broken
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/frogatto/default.nix1
-rw-r--r--pkgs/games/tdm/default.nix1
-rw-r--r--pkgs/games/tome2/default.nix1
3 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/frogatto/default.nix b/pkgs/games/frogatto/default.nix
index efcff024a542..f6d4789c30b1 100644
--- a/pkgs/games/frogatto/default.nix
+++ b/pkgs/games/frogatto/default.nix
@@ -34,6 +34,7 @@ in buildEnv {
'';
meta = with stdenv.lib; {
+ broken = true;
homepage = "https://frogatto.com";
description = description;
license = with licenses; [ cc-by-30 unfree ];
diff --git a/pkgs/games/tdm/default.nix b/pkgs/games/tdm/default.nix
index 055ab9d38e8c..98b7ecdc4778 100644
--- a/pkgs/games/tdm/default.nix
+++ b/pkgs/games/tdm/default.nix
@@ -16,6 +16,7 @@ let
type = "Application";
categories = "Game;";
genericName = pname;
+ fileValidation = false;
};
in stdenv.mkDerivation {
name = "${pname}-${version}";
diff --git a/pkgs/games/tome2/default.nix b/pkgs/games/tome2/default.nix
index fa73697ab42a..1fc80b1764d5 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 {