diff options
author | Vinicius Monego <monego@posteo.net> | 2025-05-04 09:01:52 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-05-04 20:21:11 -0300 |
commit | d7140816f939f88f55633577212ba5568955a51a (patch) | |
tree | 65a0be1adda22ba838e39af48ab89b5408b31ca3 /gnu/packages/gimp.scm | |
parent | 32cc703f138c1d974e38aa7ded7b096e43a277a5 (diff) |
gnu: gegl: Build with OpenEXR 3.
* gnu/packages/gimp.scm (gegl)[inputs]: Replace openexr-2 by openexr.
Change-Id: I1e11f19a8a748eb4b2892a8cfd7efa86d500557d
Diffstat (limited to 'gnu/packages/gimp.scm')
-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 4511bf5d89..34137b248e 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -273,7 +273,7 @@ provided, as well as a framework to add new color models and data types.") libtiff libwebp maxflow - openexr-2 + openexr pango poppler sdl2)) |