frotz: fix darwin build

wip/little-gl
Stéphan Kochen 3 years ago
parent 838e396944
commit 5ed1f1f2a6
  1. 3
      pkgs/games/frotz/default.nix

@ -5,6 +5,8 @@
, libsndfile
, libvorbis
, ncurses
, which
, pkg-config
, lib, stdenv }:
stdenv.mkDerivation rec {
@ -19,6 +21,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-xVC/iE71W/Wdy5aPGH9DtcVAHWCcg3HkEA3iDV6OYUo=";
};
nativeBuildInputs = [ which pkg-config ];
buildInputs = [ libao libmodplug libsamplerate libsndfile libvorbis ncurses ];
preBuild = ''
makeFlagsArray+=(

Loading…
Cancel
Save