summary refs log tree commit diff
path: root/pkgs/games/exult
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-06-23 19:08:32 -0400
committerGitHub <noreply@github.com>2018-06-23 19:08:32 -0400
commitbee228d9b46f2aeb7c389c1c5c67b16678e3ca02 (patch)
tree6811a81e613643b5fa46924f7f26eb4a5415b610 /pkgs/games/exult
parent680957d8b27de04d04a6502ef06f1a7ac7a930c4 (diff)
downloadnixpkgs-bee228d9b46f2aeb7c389c1c5c67b16678e3ca02.tar
nixpkgs-bee228d9b46f2aeb7c389c1c5c67b16678e3ca02.tar.gz
nixpkgs-bee228d9b46f2aeb7c389c1c5c67b16678e3ca02.tar.bz2
nixpkgs-bee228d9b46f2aeb7c389c1c5c67b16678e3ca02.tar.lz
nixpkgs-bee228d9b46f2aeb7c389c1c5c67b16678e3ca02.tar.xz
nixpkgs-bee228d9b46f2aeb7c389c1c5c67b16678e3ca02.tar.zst
nixpkgs-bee228d9b46f2aeb7c389c1c5c67b16678e3ca02.zip
exult: only build on linux
It currently times out on finding sdl-config:

https://hydra.nixos.org/job/nixpkgs/staging/exult.x86_64-darwin
Diffstat (limited to 'pkgs/games/exult')
-rw-r--r--pkgs/games/exult/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/exult/default.nix b/pkgs/games/exult/default.nix
index 28d273ad5cc..2fe76649d55 100644
--- a/pkgs/games/exult/default.nix
+++ b/pkgs/games/exult/default.nix
@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
     description = "A reimplementation of the Ultima VII game engine";
     maintainers = [ stdenv.lib.maintainers.eelco ];
     platforms = stdenv.lib.platforms.unix;
+    hydraPlatforms = stdenv.lib.platforms.linux; # darwin times out
   };
 }