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.
···5152 maintainers = with maintainers; [ pierron ];
53 platforms = platforms.unix;
54+ hydraPlatforms = stdenv.lib.platforms.linux; # sdl-config times out on darwin
55 };
56}