mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 <andreas@enge.fr>
This commit is contained in:
parent
7782d04dc2
commit
05b19e3085
1 changed files with 2 additions and 1 deletions
|
@ -768,6 +768,7 @@ the OpenCV-Python library.")
|
||||||
(list glib "bin")
|
(list glib "bin")
|
||||||
hdf5
|
hdf5
|
||||||
imagemagick
|
imagemagick
|
||||||
|
imath
|
||||||
lcms
|
lcms
|
||||||
libexif
|
libexif
|
||||||
libgsf
|
libgsf
|
||||||
|
@ -779,7 +780,7 @@ the OpenCV-Python library.")
|
||||||
libwebp
|
libwebp
|
||||||
matio
|
matio
|
||||||
niftilib
|
niftilib
|
||||||
openexr-2
|
openexr
|
||||||
orc
|
orc
|
||||||
pango
|
pango
|
||||||
poppler))
|
poppler))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue