mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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>
This commit is contained in:
parent
94fe015695
commit
093bfc5d96
1 changed files with 2 additions and 0 deletions
|
@ -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 @@ (define-public blender-2.79
|
|||
`(("boost" ,boost)
|
||||
("jemalloc" ,jemalloc)
|
||||
("libx11" ,libx11)
|
||||
("opencolorio" ,opencolorio)
|
||||
("openimageio" ,openimageio)
|
||||
("openexr" ,openexr)
|
||||
("ilmbase" ,ilmbase)
|
||||
|
|
Loading…
Reference in a new issue