mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
imagemagick: Enable libultrahdr only when it's available
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
pango,
|
||||
libtiffSupport ? true,
|
||||
libtiff,
|
||||
libultrahdrSupport ? true,
|
||||
libultrahdrSupport ? lib.meta.availableOn stdenv.hostPlatform libultrahdr,
|
||||
libultrahdr,
|
||||
libxml2Support ? true,
|
||||
libxml2,
|
||||
|
||||
Reference in New Issue
Block a user