Merge pull request #123102 from stephank/fix-frotz-darwin

frotz: fix darwin build

authored by

Sandro and committed by
GitHub
ed2b3ce6 d2c8132e

+3
+3
pkgs/games/frotz/default.nix
··· 5 , libsndfile 6 , libvorbis 7 , ncurses 8 , lib, stdenv }: 9 10 stdenv.mkDerivation rec { ··· 19 sha256 = "sha256-xVC/iE71W/Wdy5aPGH9DtcVAHWCcg3HkEA3iDV6OYUo="; 20 }; 21 22 buildInputs = [ libao libmodplug libsamplerate libsndfile libvorbis ncurses ]; 23 preBuild = '' 24 makeFlagsArray+=(
··· 5 , libsndfile 6 , libvorbis 7 , ncurses 8 + , which 9 + , pkg-config 10 , lib, stdenv }: 11 12 stdenv.mkDerivation rec { ··· 21 sha256 = "sha256-xVC/iE71W/Wdy5aPGH9DtcVAHWCcg3HkEA3iDV6OYUo="; 22 }; 23 24 + nativeBuildInputs = [ which pkg-config ]; 25 buildInputs = [ libao libmodplug libsamplerate libsndfile libvorbis ncurses ]; 26 preBuild = '' 27 makeFlagsArray+=(