summary refs log tree commit diff
path: root/pkgs/games/freedink
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/freedink
parente09861f11f545a9449bbfc4a22fbe1d5796438b0 (diff)
downloadnixpkgs-6127ec1665cb99c9ecb5a31ae040f7942e007eaa.tar
nixpkgs-6127ec1665cb99c9ecb5a31ae040f7942e007eaa.tar.gz
nixpkgs-6127ec1665cb99c9ecb5a31ae040f7942e007eaa.tar.bz2
nixpkgs-6127ec1665cb99c9ecb5a31ae040f7942e007eaa.tar.lz
nixpkgs-6127ec1665cb99c9ecb5a31ae040f7942e007eaa.tar.xz
nixpkgs-6127ec1665cb99c9ecb5a31ae040f7942e007eaa.tar.zst
nixpkgs-6127ec1665cb99c9ecb5a31ae040f7942e007eaa.zip
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/freedink')
-rw-r--r--pkgs/games/freedink/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/freedink/default.nix b/pkgs/games/freedink/default.nix
index c1bfda9e2f2..d5efe2b3ebd 100644
--- a/pkgs/games/freedink/default.nix
+++ b/pkgs/games/freedink/default.nix
@@ -54,5 +54,6 @@ in stdenv.mkDerivation rec {
 
     maintainers = [ stdenv.lib.maintainers.bjg ];
     platforms = stdenv.lib.platforms.all;
+    hydraPlatforms = stdenv.lib.platforms.linux; # sdl-config times out on darwin
   };
 }