diff options
author | Antoine Côté <antoine.cote@posteo.net> | 2021-01-03 15:15:04 -0500 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-20 14:50:15 +0200 |
commit | 093bfc5d9638286d66b5e8368fb8969e2f2d010d (patch) | |
tree | 42161d025be5310e39c277b250dd387b7b09f471 /gnu | |
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 <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-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 <raghavgururajan@disroot.org> ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2020 Gabriel Arazas <foo.dogsquared@gmail.com> +;;; Copyright © 2021 Antoine Côté <antoine.cote@posteo.net> ;;; ;;; 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) |