diff options
author | Antoine Côté <[email protected]> | 2021-01-03 15:15:04 -0500 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2021-01-20 14:50:15 +0200 |
commit | 093bfc5d9638286d66b5e8368fb8969e2f2d010d (patch) | |
tree | 42161d025be5310e39c277b250dd387b7b09f471 /gnu/packages | |
parent | 94fe015695b031f094ebb13303b3438c84059680 (diff) |
gnu: blender-2.79: Fix color management.
* gnu/packages/graphics.scm (blender-2.79): Fix color management.
[inputs]: Add opencolorio.
Signed-off-by: Efraim Flashner <[email protected]>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 246933bc89..411d89fcc2 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -23,6 +23,7 @@ ;;; Copyright © 2020 Raghav Gururajan <[email protected]> ;;; Copyright © 2020 Maxim Cournoyer <[email protected]> ;;; Copyright © 2020 Gabriel Arazas <[email protected]> +;;; Copyright © 2021 Antoine Côté <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -619,6 +620,7 @@ application can be customized via its API for Python scripting.") `(("boost" ,boost) ("jemalloc" ,jemalloc) ("libx11" ,libx11) + ("opencolorio" ,opencolorio) ("openimageio" ,openimageio) ("openexr" ,openexr) ("ilmbase" ,ilmbase) |