mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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 <liliana.prikler@gmail.com>
This commit is contained in:
parent
3cbaaa77cd
commit
c0c184a0c7
1 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue