imagemagick7: fix references in the lighter versions
This commit is contained in:
parent
a541999d77
commit
f2abc2d4a0
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue