guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c0c184a0c7780e21e00204ff5963cea7312d2d76
Author: Rodion Goritskov <[email protected]>
AuthorDate: Tue Jan 13 19:26:40 2026 +0100

    gnu: openscenegraph: Drop the labels for inputs.
    
    * gnu/packages/graphics.scm (openscenegraph) [inputs]: Remove labels.
    [native-inputs]: Fit on a single line.
    
    Change-Id: Icccd3e3b6c0a49c771c1359dd9a9fe6e795bd59b
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/graphics.scm | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 70d1d563df..06d6a58e77 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1815,17 +1815,16 @@ visual effects work for film.")
                            (format port "Libs: -L${libdir} -l~a~%"
                                    (match:substring m 1))))))
                    (find-files "." "\\.so")))))))))
-    (native-inputs
-     (list pkg-config unzip))
+    (native-inputs (list pkg-config unzip))
     (inputs
-     `(("collada-dom" ,collada-dom)
-       ("giflib" ,giflib)
-       ("libjpeg" ,libjpeg-turbo)       ; required for the JPEG texture plugin.
-       ("jasper" ,jasper)
-       ("librsvg" ,(librsvg-for-system))
-       ("libxrandr" ,libxrandr)
-       ("ffmpeg" ,ffmpeg-4)
-       ("mesa" ,mesa)))
+     (list collada-dom
+           giflib
+           libjpeg-turbo               ; required for the JPEG texture plugin.
+           jasper
+           (librsvg-for-system)
+           libxrandr
+           ffmpeg-4
+           mesa))
     (synopsis "High-performance real-time graphics toolkit")
     (description
      "The OpenSceneGraph is a high-performance 3D graphics toolkit

Reply via email to