guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3e81af64a36742db493b60e26958b1944e2f80eb
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 31 11:29:12 2025 +0200

    gnu: ctl: Modernize input.
    
    * gnu/packages/graphics.scm (ctl)[propagated-inputs]: Remove openexr-2;
    add openexr.
    
    Change-Id: Id108d1722e18583e3273b162c57150e2d2781175
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index cfd6495b91..c1fefcda0d 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -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";)

Reply via email to