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:
parent
c26332c351
commit
4c08b2553f
2 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
}:
|
||||
|
||||
assert libXtSupport -> libX11Support;
|
||||
assert libraqmSupport -> freetypeSupport;
|
||||
|
||||
let
|
||||
arch =
|
||||
|
|
|
@ -12955,6 +12955,7 @@ with pkgs;
|
|||
libXtSupport = false;
|
||||
fontconfigSupport = false;
|
||||
freetypeSupport = false;
|
||||
libraqmSupport = false;
|
||||
libjpegSupport = false;
|
||||
djvulibreSupport = false;
|
||||
lcms2Support = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue