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

frotz: fix darwin build
This commit is contained in:
Sandro 2021-05-15 21:39:07 +02:00 committed by GitHub
commit ed2b3ce65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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+=(