summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2024-05-30 18:23:03 +0000
committerGuix Patches Tester <>2024-05-30 21:04:22 +0200
commit7ce3b0d2677e213f490b9b54ee78189e49ca4fef (patch)
tree0d6dcc2b7066f68a27120ef05b7fdcef417717dd
parent3a5468ace71280b449c1af7da083cfc2cfd115d4 (diff)
downloadguix-patches-issue-71280.tar
guix-patches-issue-71280.tar.gz
gnu: vips: Build with current OpenEXR.issue-71280
* gnu/packages/image-processing.scm (vips)[inputs]: Add imath. Replace openexr-2 by openexr. Change-Id: I934acff558c947cacc820878813dd756ee5db6f8
-rw-r--r--gnu/packages/image-processing.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 7c9d12557e..5faf4b9cce 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -782,6 +782,7 @@ the OpenCV-Python library.")
glib
hdf5
imagemagick
+ imath
lcms
libexif
libgsf
@@ -793,7 +794,7 @@ the OpenCV-Python library.")
libwebp
matio
niftilib
- openexr-2
+ openexr
orc
pango
poppler))