summary refs log tree commit diff
path: root/pkgs/games/chocolate-doom
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-06-23 17:35:01 -0400
committerGitHub <noreply@github.com>2018-06-23 17:35:01 -0400
commit92f0bec7c48b4b127a60b1ba9de9cfcf7e05467f (patch)
treea4353cf72c996803f7190fbfef08066c7fbe7843 /pkgs/games/chocolate-doom
parent9bfd3ade2e894be2459d9cf4e31df84c308467df (diff)
downloadnixpkgs-92f0bec7c48b4b127a60b1ba9de9cfcf7e05467f.tar
nixpkgs-92f0bec7c48b4b127a60b1ba9de9cfcf7e05467f.tar.gz
nixpkgs-92f0bec7c48b4b127a60b1ba9de9cfcf7e05467f.tar.bz2
nixpkgs-92f0bec7c48b4b127a60b1ba9de9cfcf7e05467f.tar.lz
nixpkgs-92f0bec7c48b4b127a60b1ba9de9cfcf7e05467f.tar.xz
nixpkgs-92f0bec7c48b4b127a60b1ba9de9cfcf7e05467f.tar.zst
nixpkgs-92f0bec7c48b4b127a60b1ba9de9cfcf7e05467f.zip
chocolate-doom: only build on linux
darwin build times out on sdl-config
Diffstat (limited to 'pkgs/games/chocolate-doom')
-rw-r--r--pkgs/games/chocolate-doom/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/chocolate-doom/default.nix b/pkgs/games/chocolate-doom/default.nix
index 37176750763..56a926e63f6 100644
--- a/pkgs/games/chocolate-doom/default.nix
+++ b/pkgs/games/chocolate-doom/default.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
     description = "A Doom source port that accurately reproduces the experience of Doom as it was played in the 1990s";
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.unix;
+    hydraPlatforms = stdenv.lib.platforms.linux; # darwin times out
     maintainers = with stdenv.lib.maintainers; [ MP2E ];
   };
 }