Merge pull request #124453 from stephank/fix-toppler-darwin

toppler: fix darwin build
This commit is contained in:
Sandro 2021-05-27 03:25:09 +02:00 committed by GitHub
commit 57e73cdb93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/";