diff options
author | Vinicius Monego <monego@posteo.net> | 2025-05-04 09:05:41 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-05-04 20:21:11 -0300 |
commit | 1b8cdbbc42ce36934581171466da56284c33bd09 (patch) | |
tree | 6085fca5a013dbaf8d6e3e4ad504bc56c45efa36 | |
parent | d7140816f939f88f55633577212ba5568955a51a (diff) | |
download | guix-1b8cdbbc42ce36934581171466da56284c33bd09.tar.gz guix-1b8cdbbc42ce36934581171466da56284c33bd09.zip |
gnu: gimp: Build with OpenEXR 3.
* gnu/packages/gimp.scm (gimp-2, gimp-3): Replace openexr-2 by openexr.
Change-Id: I4e707e8ed2cd34af013e5d7b2c665615473e7c0a
-rw-r--r-- | gnu/packages/gimp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 34137b248e..08f71b9b1f 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -403,7 +403,7 @@ buffers.") libxpm ;optional, XPM support (librsvg-for-system) ;optional, SVG support libxcursor ;optional, Mouse Cursor support - openexr-2 ;optional, EXR support + openexr ;optional, EXR support openjpeg ;optional, JPEG 2000 support poppler ;optional, PDF support poppler-data)) ;optional, PDF support |