From 92f0bec7c48b4b127a60b1ba9de9cfcf7e05467f Mon Sep 17 00:00:00 2001 From: Matthew Justin Bauer Date: Sat, 23 Jun 2018 17:35:01 -0400 Subject: [PATCH] chocolate-doom: only build on linux darwin build times out on sdl-config --- pkgs/games/chocolate-doom/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; }