gdk-pixbuf: make loaders builtin on Darwin

Meson produces faulty loaders on Darwin, building them into the library bypasses that.

https://github.com/NixOS/nixpkgs/commit/4b2f3971981272b79da7f87b639ca8854a6ea89c
This commit is contained in:
Jan Tojnar
2018-06-01 00:14:59 +02:00
parent ae8b7a189a
commit 6d3b9763a6
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
"-Djasper=true"
"-Dx11=true"
"-Dgir=${if gobjectIntrospection != null then "true" else "false"}"
];
] ++ stdenv.lib.optional stdenv.isDarwin "-Dbuiltin_loaders=all";
postPatch = ''
chmod +x build-aux/* # patchShebangs only applies to executables