0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

imagemagick_light: disable libraqm

libraqm was enabled for imagemagick in commit
cf62b39840

as libraqm depends on freetype, which is disabled
in imagemagick_light, we also need to disable
libraqm
This commit is contained in:
Markus Wamser 2025-05-09 11:29:31 +02:00
parent c26332c351
commit 4c08b2553f
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@
}:
assert libXtSupport -> libX11Support;
assert libraqmSupport -> freetypeSupport;
let
arch =

View file

@ -12955,6 +12955,7 @@ with pkgs;
libXtSupport = false;
fontconfigSupport = false;
freetypeSupport = false;
libraqmSupport = false;
libjpegSupport = false;
djvulibreSupport = false;
lcms2Support = false;