SDL_Pango: fix darwin build

(cherry picked from commit 056d7221aadbca98a23fdadb3b2963d43433ac2d)
This commit is contained in:
Stéphan Kochen 2021-05-26 07:34:06 +02:00 committed by github-actions[bot]
parent d25508ce3a
commit 72f3f8cc82
1 changed files with 1 additions and 0 deletions

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 ];