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
@@ -51,5 +51,6 @@ stdenv.mkDerivation {
maintainers = with maintainers; [ pierron ];
platforms = platforms.unix;
hydraPlatforms = stdenv.lib.platforms.linux; # sdl-config times out on darwin
};
}