SDL_Pango: fix darwin build
This commit is contained in:
parent
c5bed409b2
commit
056d7221aa
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = "autoreconf -i -f";
|
preConfigure = "autoreconf -i -f";
|
||||||
|
configureFlags = lib.optional stdenv.isDarwin "--disable-sdltest";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||||
buildInputs = [ SDL pango ];
|
buildInputs = [ SDL pango ];
|
||||||
|
|
Loading…
Reference in a new issue