mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 10:09:57 +00:00
24 lines
564 B
Nix
24 lines
564 B
Nix
|
{ imagemagick7 }:
|
||
|
|
||
|
imagemagick7.override {
|
||
|
bzip2Support = true;
|
||
|
zlibSupport = true;
|
||
|
libX11Support = false;
|
||
|
libXtSupport = false;
|
||
|
fontconfigSupport = false;
|
||
|
freetypeSupport = false;
|
||
|
libjpegSupport = true;
|
||
|
djvulibreSupport = false;
|
||
|
lcms2Support = false;
|
||
|
openexrSupport = false;
|
||
|
libjxlSupport = true;
|
||
|
libpngSupport = true;
|
||
|
liblqr1Support = false;
|
||
|
librsvgSupport = false;
|
||
|
libtiffSupport = false;
|
||
|
libxml2Support = false;
|
||
|
openjpegSupport = true;
|
||
|
libwebpSupport = true;
|
||
|
libheifSupport = true;
|
||
|
}
|