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.
This commit is contained in:
Matthew Bauer
2018-06-23 17:50:00 -04:00
parent e09861f11f
commit 6127ec1665
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -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
};
}