guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e331d1abdfa76d0998c320044349a04dcb081b52
Author: Rodion Goritskov <[email protected]>
AuthorDate: Sun Jan 11 23:49:34 2026 +0100

    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 <[email protected]>
---
 gnu/packages/graphics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 35308df9aa..67fc5aaf24 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -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))

Reply via email to