3
0
Fork 0
forked from mirrors/nixpkgs

freedroidrpg: don't build on hydra

Similar to some other builds, sdl-config gets stuck and times out.

    checking for sdl-config... /nix/store/q2hm1ka0qxs2gv5bmrxj7j80lygk4b5z-SDL-1.2.15-dev/bin/sdl-config
    building of '/nix/store/m2d7v0n5hd2498vfxp18i37p7r1lf76p-freedroidrpg-0.16.1' timed out after 7200 seconds of silence

/cc ZHF #45961
This commit is contained in:
Daiderd Jordan 2018-09-25 22:33:03 +02:00
parent cd78d0cc3f
commit 9b99819283
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -58,5 +58,6 @@ in stdenv.mkDerivation rec {
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.unix;
hydraPlatforms = platforms.linux; # sdl-config times out on darwin
};
}