summary refs log tree commit diff
path: root/pkgs/development/libraries/gdk-pixbuf
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-06-06 08:49:36 +0000
committerOrivej Desh <orivej@gmx.fr>2018-06-06 10:03:20 +0000
commit14987c6336ba956b433f5384cf2ac3454440f778 (patch)
treea46cc1c8e0b40ea43e1e960fd79b5e610949490b /pkgs/development/libraries/gdk-pixbuf
parent692e42bfe09e933892627f8378f3af92bc7fdef8 (diff)
downloadnixpkgs-14987c6336ba956b433f5384cf2ac3454440f778.tar
nixpkgs-14987c6336ba956b433f5384cf2ac3454440f778.tar.gz
nixpkgs-14987c6336ba956b433f5384cf2ac3454440f778.tar.bz2
nixpkgs-14987c6336ba956b433f5384cf2ac3454440f778.tar.lz
nixpkgs-14987c6336ba956b433f5384cf2ac3454440f778.tar.xz
nixpkgs-14987c6336ba956b433f5384cf2ac3454440f778.tar.zst
nixpkgs-14987c6336ba956b433f5384cf2ac3454440f778.zip
Revert "gdk-pixbuf: make loaders builtin on Darwin"
This reverts commit 6d3b9763a6b343531a510ca495ec1bc260d41c32.

See the next commit.
Diffstat (limited to 'pkgs/development/libraries/gdk-pixbuf')
-rw-r--r--pkgs/development/libraries/gdk-pixbuf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gdk-pixbuf/default.nix b/pkgs/development/libraries/gdk-pixbuf/default.nix
index b0a86644afb..849e72d9a97 100644
--- a/pkgs/development/libraries/gdk-pixbuf/default.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/default.nix
@@ -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