Revert "gdk-pixbuf: make loaders builtin on Darwin"

This reverts commit 6d3b9763a6.

See the next commit.
This commit is contained in:
Orivej Desh 2018-06-06 08:49:36 +00:00
parent 692e42bfe0
commit 14987c6336

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