Merge pull request #124452 from stephank/fix-sdl-pango-darwin

This commit is contained in:
Doron Behar 2021-08-07 19:11:16 +00:00 committed by GitHub
commit 8c4955805c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
];
preConfigure = "autoreconf -i -f";
configureFlags = lib.optional stdenv.isDarwin "--disable-sdltest";
nativeBuildInputs = [ pkg-config autoreconfHook ];
buildInputs = [ SDL pango ];