diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix index 35e12e8a8c7..f7552c8b286 100644 --- a/pkgs/applications/graphics/ImageMagick/default.nix +++ b/pkgs/applications/graphics/ImageMagick/default.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { (mkEnable (libcl != null) "opencl") (mkWith true "modules") (mkWith true "gcc-arch=${arch}") - (mkEnable true "hdri") + #(mkEnable true "hdri") This breaks some dependencies (mkWith (perl != null) "perl") (mkWith (jemalloc != null) "jemalloc") (mkWith true "frozenpaths")