emacs27: Don't pass imagemagick from all-packages

It's already disabled by default in the Emacs expression and passing
`imagemagick = null` makes passing `withImageMagick = true` useless.
This commit is contained in:
adisbladis 2021-02-25 13:50:04 +02:00
parent 3ab5aa845a
commit 5042f818cb
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -21916,7 +21916,6 @@ in
Xaw3d = null;
gconf = null;
alsaLib = null;
imagemagick = null;
acl = null;
gpm = null;
inherit (darwin.apple_sdk.frameworks) AppKit GSS ImageIO;