gegl: fix Darwin build

This commit is contained in:
Spencer Whitt 2015-04-01 16:32:57 -04:00
parent 8430216fb5
commit d27ba2824a

View File

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
# needs fonts otherwise don't know how to pass them
configureFlags = "--disable-docs";
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;
buildInputs = [ babl libpng cairo libjpeg librsvg pango gtk bzip2 intltool ];
nativeBuildInputs = [ pkgconfig ];