gnu: ctl: Modernize input.

* gnu/packages/graphics.scm (ctl)[propagated-inputs]: Remove openexr-2;
add openexr.

Change-Id: Id108d1722e18583e3273b162c57150e2d2781175
This commit is contained in:
Andreas Enge 2025-07-31 11:29:12 +02:00
parent 24a1cc87f4
commit 3e81af64a3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1960,7 +1960,7 @@ realistic reflections, shading, perspective and other effects.")
(build-system cmake-build-system)
;; Headers include OpenEXR and IlmBase headers.
(propagated-inputs (list openexr-2))
(propagated-inputs (list openexr))
(inputs (list libtiff))
(home-page "https://ampasctl.sourceforge.net")