mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: openscenegraph: Fix typo in description.
* gnu/packages/graphics.scm (openscenegraph)[synopsis, description]: Add missing hyphen.
This commit is contained in:
parent
1788bb9016
commit
99ed3a1f0b
1 changed files with 2 additions and 2 deletions
|
@ -474,9 +474,9 @@ (define-public openscenegraph
|
|||
("libxrandr" ,libxrandr)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("mesa" ,mesa)))
|
||||
(synopsis "High performance real-time graphics toolkit")
|
||||
(synopsis "High-performance real-time graphics toolkit")
|
||||
(description
|
||||
"The OpenSceneGraph is a high performance 3D graphics toolkit
|
||||
"The OpenSceneGraph is a high-performance 3D graphics toolkit
|
||||
used by application developers in fields such as visual simulation, games,
|
||||
virtual reality, scientific visualization and modeling.")
|
||||
(home-page "http://www.openscenegraph.org")
|
||||
|
|
Loading…
Reference in a new issue