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.
···3838 maintainers = [ ];
39394040 platforms = stdenv.lib.platforms.unix;
4141+4242+ hydraPlatforms = stdenv.lib.platforms.linux; # sdl-config times out on darwin
4143 };
4244}
+1
pkgs/games/freeciv/default.nix
···51515252 maintainers = with maintainers; [ pierron ];
5353 platforms = platforms.unix;
5454+ hydraPlatforms = stdenv.lib.platforms.linux; # sdl-config times out on darwin
5455 };
5556}
+1
pkgs/games/freedink/default.nix
···54545555 maintainers = [ stdenv.lib.maintainers.bjg ];
5656 platforms = stdenv.lib.platforms.all;
5757+ hydraPlatforms = stdenv.lib.platforms.linux; # sdl-config times out on darwin
5758 };
5859}
+1
pkgs/games/lbreakout2/default.nix
···1616 license = licenses.gpl2;
1717 maintainers = [ maintainers.ciil ];
1818 platforms = platforms.unix;
1919+ hydraPlatforms = stdenv.lib.platforms.linux; # sdl-config times out on darwin
1920 };
2021}