mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ctl: Modernize input.
* gnu/packages/graphics.scm (ctl)[propagated-inputs]: Remove openexr-2; add openexr. Change-Id: Id108d1722e18583e3273b162c57150e2d2781175
This commit is contained in:
parent
24a1cc87f4
commit
3e81af64a3
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue