ImageMagick: Disable HDRI for now

This commit is contained in:
William A. Kennington III 2015-03-29 19:37:30 -07:00
parent c460fa95fb
commit b058f829d2

View File

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