Loading
python311Packages.img2pdf: fix evaluation on darwin
The img2pdf derivation uses the sRGB ICC profile provided by colord starting with #264119. colord and several of its dependencies only support Linux, so this broke evaluation on Darwin. This change drops the use of colord on Darwin to fix the derivation; the system-provided sRGB profile is used instead.