gnu: celestia: Use G-expressions.
* gnu/packages/astronomy.scm (celestia)[arguments]: Rewrite as G-expressions. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
60b5da172b
commit
26b43211b2
1 changed files with 6 additions and 3 deletions
|
@ -1189,6 +1189,12 @@ (define-public celestia
|
|||
(base32
|
||||
"00xibg87l1arzifakgj7s828x9pszcgx7x7ij88a561ig49ryh78"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "-DENABLE_GLUT=ON"
|
||||
"-DENABLE_QT=OFF")
|
||||
#:tests? #f)) ; no tests
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
libgit2
|
||||
|
@ -1207,9 +1213,6 @@ (define-public celestia
|
|||
mesa))
|
||||
(propagated-inputs
|
||||
(list lua))
|
||||
(arguments
|
||||
`(#:configure-flags '("-DENABLE_GLUT=ON" "-DENABLE_QT=OFF")
|
||||
#:tests? #f)) ;no tests
|
||||
(home-page "https://celestia.space/")
|
||||
(synopsis "Real-time 3D visualization of space")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue