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:
parent
3ab5aa845a
commit
5042f818cb
@ -21916,7 +21916,6 @@ in
|
|||||||
Xaw3d = null;
|
Xaw3d = null;
|
||||||
gconf = null;
|
gconf = null;
|
||||||
alsaLib = null;
|
alsaLib = null;
|
||||||
imagemagick = null;
|
|
||||||
acl = null;
|
acl = null;
|
||||||
gpm = null;
|
gpm = null;
|
||||||
inherit (darwin.apple_sdk.frameworks) AppKit GSS ImageIO;
|
inherit (darwin.apple_sdk.frameworks) AppKit GSS ImageIO;
|
||||||
|
Loading…
Reference in New Issue
Block a user