toppler: fix darwin build

launchpad/nixpkgs/master
Stéphan Kochen 3 years ago
parent c5bed409b2
commit 2353879e8d
  1. 3
      pkgs/games/toppler/default.nix

@ -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…
Cancel
Save