me
/
guix
Archived
1
0
Fork 0

gnu: blender: Add colour management support.

* gnu/packages/graphics.scm (blender)[inputs]: Add opencolorio.
master
Tobias Geerinckx-Rice 2020-08-17 00:06:57 +02:00
parent 2283cf4c1d
commit cdbb0e55c1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@
#: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 @@ with the @command{autotrace} utility or as a C library, @code{libautotrace}.")
("libx11" ,libx11)
("libxi" ,libxi)
("libxrender" ,libxrender)
("opencolorio" ,opencolorio)
("openimageio" ,openimageio)
("openexr" ,openexr)
("opensubdiv" ,opensubdiv)