toppler: fix darwin build

+3
+3
pkgs/games/toppler/default.nix
··· 20 20 zlib 21 21 ]; 22 22 23 + # The conftest hangs on Hydra runners, because they are not logged in. 24 + configureFlags = lib.optional stdenv.isDarwin "--disable-sdltest"; 25 + 23 26 meta = with lib; { 24 27 description = "Jump and run game, reimplementation of Tower Toppler/Nebulus"; 25 28 homepage = "http://toppler.sourceforge.net/";