diff options
author | Vinicius Monego <monego@posteo.net> | 2021-12-23 19:46:44 +0000 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-26 21:40:22 +0100 |
commit | 4ff2fe728e7699ae9e495d6098e163201d5ba63a (patch) | |
tree | ad747bf3e3a89632774425df7cb48b480db5d059 /gnu | |
parent | fecc1c0539b0b6c9f415be8ef014778d937216b9 (diff) | |
download | guix-4ff2fe728e7699ae9e495d6098e163201d5ba63a.tar.gz |
gnu: gmic: Build with OpenEXR 3.
* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace openexr-2 with openexr. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/image-processing.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 4dd66f388b..dcbc8ce762 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -658,12 +658,13 @@ due to its architecture which automatically parallelises the image workflows.") (list curl fftw graphicsmagick + imath libjpeg-turbo libpng libtiff libx11 - ;;("opencv" ,opencv) ;OpenCV is currently broken in the CI - openexr-2 + ;;opencv ;OpenCV is currently broken in the CI + openexr zlib)) (home-page "https://gmic.eu/") (synopsis "Full-featured framework for digital image processing") |