gnu: blender-2.79: Fix color management.
authorAntoine Côté <antoine.cote@posteo.net>
Sun, 3 Jan 2021 20:15:04 +0000 (15:15 -0500)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 20 Jan 2021 12:50:15 +0000 (14:50 +0200)
* gnu/packages/graphics.scm (blender-2.79): Fix color management.
[inputs]: Add opencolorio.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/graphics.scm

index 246933b..411d89f 100644 (file)
@@ -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)