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.
2 parents 64dbe1f + 1b5761e commit cf62b39Copy full SHA for cf62b39
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,
@@ -134,6 +136,7 @@ stdenv.mkDerivation (finalAttrs: {
134
136
++ lib.optional ghostscriptSupport ghostscript
135
137
++ lib.optional liblqr1Support liblqr1
138
++ lib.optional libpngSupport libpng
139
+ ++ lib.optional libraqmSupport libraqm
140
++ lib.optional librawSupport libraw
141
++ lib.optional libtiffSupport libtiff
142
++ lib.optional libxml2Support libxml2
0 commit comments