Commit 4c08b255 authored by Markus Wamser's avatar Markus Wamser
Browse files

imagemagick_light: disable libraqm

libraqm was enabled for imagemagick in commit
cf62b398

as libraqm depends on freetype, which is disabled
in imagemagick_light, we also need to disable
libraqm
parent c26332c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
}:

assert libXtSupport -> libX11Support;
assert libraqmSupport -> freetypeSupport;

let
  arch =
+1 −0
Original line number Diff line number Diff line
@@ -12955,6 +12955,7 @@ with pkgs;
      libXtSupport = false;
      fontconfigSupport = false;
      freetypeSupport = false;
      libraqmSupport = false;
      libjpegSupport = false;
      djvulibreSupport = false;
      lcms2Support = false;