aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/freeciv
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-23 17:46:07 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-06-23 17:50:00 -0400
commit6127ec1665cb99c9ecb5a31ae040f7942e007eaa (patch)
tree559dde9ae6298f1956e0b090596600f75960ad10 /pkgs/games/freeciv
parente09861f11f545a9449bbfc4a22fbe1d5796438b0 (diff)
treewide: disable sdl-config darwin time outs
sdl-config has an issue on hydra where it will hang when run on Darwin. This is probably related to the headless mode that is set up & the sdl-config program waiting for a graphical to finish.
Diffstat (limited to 'pkgs/games/freeciv')
-rw-r--r--pkgs/games/freeciv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/freeciv/default.nix b/pkgs/games/freeciv/default.nix
index ee93d162396d..8003468f50fa 100644
--- a/pkgs/games/freeciv/default.nix
+++ b/pkgs/games/freeciv/default.nix
@@ -51,5 +51,6 @@ stdenv.mkDerivation {
maintainers = with maintainers; [ pierron ];
platforms = platforms.unix;
+ hydraPlatforms = stdenv.lib.platforms.linux; # sdl-config times out on darwin
};
}