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