toppler: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-26 07:41:48 +02:00
parent c5bed409b2
commit 2353879e8d

View file

@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
zlib zlib
]; ];
# The conftest hangs on Hydra runners, because they are not logged in.
configureFlags = lib.optional stdenv.isDarwin "--disable-sdltest";
meta = with lib; { meta = with lib; {
description = "Jump and run game, reimplementation of Tower Toppler/Nebulus"; description = "Jump and run game, reimplementation of Tower Toppler/Nebulus";
homepage = "http://toppler.sourceforge.net/"; homepage = "http://toppler.sourceforge.net/";