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")
|
||||
hdf5
|
||||
imagemagick
|
||||
imath
|
||||
lcms
|
||||
libexif
|
||||
libgsf
|
||||
|
@ -779,7 +780,7 @@ the OpenCV-Python library.")
|
|||
libwebp
|
||||
matio
|
||||
niftilib
|
||||
openexr-2
|
||||
openexr
|
||||
orc
|
||||
pango
|
||||
poppler))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue