Merge pull request #124453 from stephank/fix-toppler-darwin
toppler: fix darwin build
This commit is contained in:
commit
57e73cdb93
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
|
|||
zlib
|
||||
];
|
||||
|
||||
# The conftest hangs on Hydra runners, because they are not logged in.
|
||||
configureFlags = lib.optional stdenv.isDarwin "--disable-sdltest";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Jump and run game, reimplementation of Tower Toppler/Nebulus";
|
||||
homepage = "http://toppler.sourceforge.net/";
|
||||
|
|
Loading…
Reference in a new issue