all-packages: remove orphaned ImageMagick arguments

Quick fix: evaluation was broken by fallout from 7f0a596.

-14
-14
pkgs/top-level/all-packages.nix
··· 11687 11687 }; 11688 11688 11689 11689 imagemagick_light = imagemagick.override { 11690 - libcl = null; 11691 - perl = null; 11692 - jemalloc = null; 11693 11690 bzip2 = null; 11694 11691 zlib = null; 11695 11692 libX11 = null; 11696 11693 libXext = null; 11697 11694 libXt = null; 11698 - dejavu_fonts = null; 11699 - fftw = null; 11700 - libfpx = null; 11701 - djvulibre = null; 11702 11695 fontconfig = null; 11703 11696 freetype = null; 11704 11697 ghostscript = null; 11705 - graphviz = null; 11706 - jbigkit = null; 11707 11698 libjpeg = null; 11708 11699 lcms2 = null; 11709 - openjpeg = null; 11710 - liblqr1 = null; 11711 - xz = null; 11712 11700 openexr = null; 11713 - pango = null; 11714 11701 libpng = null; 11715 11702 librsvg = null; 11716 11703 libtiff = null; 11717 - libwebp = null; 11718 11704 libxml2 = null; 11719 11705 }; 11720 11706