mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: blender: Add colour management support.
* gnu/packages/graphics.scm (blender)[inputs]: Add opencolorio.
This commit is contained in:
parent
2283cf4c1d
commit
cdbb0e55c1
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,7 @@ (define-module (gnu packages graphics)
|
|||
#:use-module (gnu packages gtk)
|
||||
#:use-module (gnu packages haskell-xyz)
|
||||
#:use-module (gnu packages image)
|
||||
#:use-module (gnu packages image-processing)
|
||||
#:use-module (gnu packages imagemagick)
|
||||
#:use-module (gnu packages jemalloc)
|
||||
#:use-module (gnu packages kde-frameworks)
|
||||
|
@ -488,6 +489,7 @@ (define-public blender
|
|||
("libx11" ,libx11)
|
||||
("libxi" ,libxi)
|
||||
("libxrender" ,libxrender)
|
||||
("opencolorio" ,opencolorio)
|
||||
("openimageio" ,openimageio)
|
||||
("openexr" ,openexr)
|
||||
("opensubdiv" ,opensubdiv)
|
||||
|
|
Loading…
Reference in a new issue