libgdiplus: fix darwin build
This commit is contained in:
parent
fa7b3611ba
commit
c502cfe5c1
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
|
configureFlags = stdenv.lib.optionalString stdenv.cc.isClang "--host=${stdenv.hostPlatform.system}";
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ glib cairo fontconfig libtiff giflib
|
[ glib cairo fontconfig libtiff giflib
|
||||||
libjpeg libpng libXrender libexif
|
libjpeg libpng libXrender libexif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user