about summary refs log tree commit diff
path: root/pkgs/games/ddnet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/ddnet/default.nix')
-rw-r--r--pkgs/games/ddnet/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/ddnet/default.nix b/pkgs/games/ddnet/default.nix
index 84ecbf4e91cf2..ce83238aa1844 100644
--- a/pkgs/games/ddnet/default.nix
+++ b/pkgs/games/ddnet/default.nix
@@ -101,7 +101,8 @@ stdenv.mkDerivation rec {
     "-DCLIENT=${if buildClient then "ON" else "OFF"}"
   ];
 
-  doCheck = true;
+  # Tests loop forever on Darwin for some reason
+  doCheck = !stdenv.isDarwin;
   checkTarget = "run_tests";
 
   postInstall = lib.optionalString (!buildClient) ''