summaryrefslogtreecommitdiffstats
path: root/pkgs/games/cataclysm-dda
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer@users.noreply.github.com>2022-02-27 18:07:11 -0800
committerGitHub <noreply@github.com>2022-02-27 18:07:11 -0800
commit3af9faf36da03c612daa1c3ed12a9df1201e77f6 (patch)
treef222a716d9e0ca054dcd63bad446447391515b59 /pkgs/games/cataclysm-dda
parentb83b3490495f0a086597416e0766b6d5729e3c54 (diff)
parent82580b15188e994aff429220d1634b3fc6ad357f (diff)
Merge pull request #133431 from Ma27/glibc-2.34
glibc: 2.33-108 -> 2.34-115
Diffstat (limited to 'pkgs/games/cataclysm-dda')
-rw-r--r--pkgs/games/cataclysm-dda/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/cataclysm-dda/common.nix b/pkgs/games/cataclysm-dda/common.nix
index 1701d84e8df7..af20169a6e08 100644
--- a/pkgs/games/cataclysm-dda/common.nix
+++ b/pkgs/games/cataclysm-dda/common.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
'';
makeFlags = [
- "PREFIX=$(out)" "LANGUAGES=all"
+ "PREFIX=$(out)" "LANGUAGES=all" "RUNTESTS=0"
(if useXdgDir then "USE_XDG_DIR=1" else "USE_HOME_DIR=1")
] ++ optionals (!debug) [
"RELEASE=1"