We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2631b0b commit 1b5761eCopy full SHA for 1b5761e
pkgs/applications/graphics/ImageMagick/default.nix
@@ -32,6 +32,8 @@
32
libpng,
33
liblqr1Support ? true,
34
liblqr1,
35
+ libraqmSupport ? true,
36
+ libraqm,
37
librawSupport ? true,
38
libraw,
39
librsvgSupport ? !stdenv.hostPlatform.isMinGW,
@@ -136,6 +138,7 @@ stdenv.mkDerivation (finalAttrs: {
136
138
++ lib.optional ghostscriptSupport ghostscript
137
139
++ lib.optional liblqr1Support liblqr1
140
++ lib.optional libpngSupport libpng
141
+ ++ lib.optional libraqmSupport libraqm
142
++ lib.optional librawSupport libraw
143
++ lib.optional libtiffSupport libtiff
144
++ lib.optional libxml2Support libxml2
0 commit comments