This is an automated email from the git hooks/post-receive script. andreas pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 05b19e3085 gnu: vips: Build with current OpenEXR. 05b19e3085 is described below commit 05b19e3085851704e7a20089d83f3fa75f499ae6 Author: Vinicius Monego <mon...@posteo.net> AuthorDate: Wed Apr 30 19:51:47 2025 +0200 gnu: vips: Build with current OpenEXR. * gnu/packages/image-processing.scm (vips)[inputs]: Add imath. Replace openexr-2 by openexr. Change-Id: I72d1d9be5b076dfb5e81cd00a14665c92f4fc741 Signed-off-by: Andreas Enge <andr...@enge.fr> --- gnu/packages/image-processing.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index c89eaca0a4..80437b2995 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -768,6 +768,7 @@ the OpenCV-Python library.") (list glib "bin") hdf5 imagemagick + imath lcms libexif libgsf @@ -779,7 +780,7 @@ the OpenCV-Python library.") libwebp matio niftilib - openexr-2 + openexr orc pango poppler))