imagemagick: Enable libultrahdr only when it's available

This commit is contained in:
OPNA2608
2026-06-04 01:21:57 +02:00
parent 5ea2b5dcf7
commit a2639f9fef

View File

@@ -41,7 +41,7 @@
pango,
libtiffSupport ? true,
libtiff,
libultrahdrSupport ? true,
libultrahdrSupport ? lib.meta.availableOn stdenv.hostPlatform libultrahdr,
libultrahdr,
libxml2Support ? true,
libxml2,