forked from mirrors/nixpkgs
all-packages: remove orphaned ImageMagick arguments
Quick fix: evaluation was broken by fallout from 7f0a596
.
This commit is contained in:
parent
4d20fb5f44
commit
4d3434da94
|
@ -11687,34 +11687,20 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
imagemagick_light = imagemagick.override {
|
imagemagick_light = imagemagick.override {
|
||||||
libcl = null;
|
|
||||||
perl = null;
|
|
||||||
jemalloc = null;
|
|
||||||
bzip2 = null;
|
bzip2 = null;
|
||||||
zlib = null;
|
zlib = null;
|
||||||
libX11 = null;
|
libX11 = null;
|
||||||
libXext = null;
|
libXext = null;
|
||||||
libXt = null;
|
libXt = null;
|
||||||
dejavu_fonts = null;
|
|
||||||
fftw = null;
|
|
||||||
libfpx = null;
|
|
||||||
djvulibre = null;
|
|
||||||
fontconfig = null;
|
fontconfig = null;
|
||||||
freetype = null;
|
freetype = null;
|
||||||
ghostscript = null;
|
ghostscript = null;
|
||||||
graphviz = null;
|
|
||||||
jbigkit = null;
|
|
||||||
libjpeg = null;
|
libjpeg = null;
|
||||||
lcms2 = null;
|
lcms2 = null;
|
||||||
openjpeg = null;
|
|
||||||
liblqr1 = null;
|
|
||||||
xz = null;
|
|
||||||
openexr = null;
|
openexr = null;
|
||||||
pango = null;
|
|
||||||
libpng = null;
|
libpng = null;
|
||||||
librsvg = null;
|
librsvg = null;
|
||||||
libtiff = null;
|
libtiff = null;
|
||||||
libwebp = null;
|
|
||||||
libxml2 = null;
|
libxml2 = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue