From c0c184a0c7780e21e00204ff5963cea7312d2d76 Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Tue, 13 Jan 2026 19:26:40 +0100 Subject: [PATCH] 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 --- 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 70d1d563df104e776ccf921710c0a5e5a4c0eef1..06d6a58e77d1bb6223c605a37738f8cf17e656ca 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