mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
imagemagick7: fix references in the lighter versions
This commit is contained in:
parent
a541999d77
commit
f2abc2d4a0
@ -13595,7 +13595,7 @@ in
|
||||
|
||||
imagemagickBig = callPackage ../applications/graphics/ImageMagick { };
|
||||
|
||||
imagemagick7_light = lowPrio (imagemagick.override {
|
||||
imagemagick7_light = lowPrio (imagemagick7.override {
|
||||
bzip2 = null;
|
||||
zlib = null;
|
||||
libX11 = null;
|
||||
@ -13615,7 +13615,7 @@ in
|
||||
libwebp = null;
|
||||
});
|
||||
|
||||
imagemagick7 = lowPrio (imagemagickBig.override {
|
||||
imagemagick7 = lowPrio (imagemagick7Big.override {
|
||||
ghostscript = null;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user