mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: openscenegraph: Add collada-dom to inputs.
* gnu/packages/graphics.scm (openscenegraph): [inputs]: Add collada-dom. Change-Id: I169ac5e494a16146a376914598ea617983aa3e3a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
48178b1ed7
commit
e331d1abdf
1 changed files with 2 additions and 1 deletions
|
|
@ -1818,7 +1818,8 @@ visual effects work for film.")
|
|||
(native-inputs
|
||||
(list pkg-config unzip))
|
||||
(inputs
|
||||
`(("giflib" ,giflib)
|
||||
`(("collada-dom" ,collada-dom)
|
||||
("giflib" ,giflib)
|
||||
("libjpeg" ,libjpeg-turbo) ; required for the JPEG texture plugin.
|
||||
("jasper" ,jasper)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue