Skip to content

Commit 1b5761e

Browse files
committed
imagemagick: add complex text support via libraqm
This enables rendering e.g. ligatures with text. Adding `libraqmSupport` param as that seems typical for this package.
1 parent 2631b0b commit 1b5761e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/applications/graphics/ImageMagick/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
libpng,
3333
liblqr1Support ? true,
3434
liblqr1,
35+
libraqmSupport ? true,
36+
libraqm,
3537
librawSupport ? true,
3638
libraw,
3739
librsvgSupport ? !stdenv.hostPlatform.isMinGW,
@@ -136,6 +138,7 @@ stdenv.mkDerivation (finalAttrs: {
136138
++ lib.optional ghostscriptSupport ghostscript
137139
++ lib.optional liblqr1Support liblqr1
138140
++ lib.optional libpngSupport libpng
141+
++ lib.optional libraqmSupport libraqm
139142
++ lib.optional librawSupport libraw
140143
++ lib.optional libtiffSupport libtiff
141144
++ lib.optional libxml2Support libxml2

0 commit comments

Comments
 (0)