diff options
Diffstat (limited to 'gnu/packages')
-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") |