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