gdk-pixbuf: make loaders builtin on Darwin

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

4b2f397198
This commit is contained in:
Jan Tojnar 2018-06-01 00:14:59 +02:00
parent ae8b7a189a
commit 6d3b9763a6
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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