Merge pull request #133040 from NixOS/backport-124452-to-release-21.05
[Backport release-21.05] SDL_Pango: fix darwin build
This commit is contained in:
commit
43acb01642
@ -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 ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user