gnu: celestia-gtk: Use G-expressions.

* gnu/packages/astronomy.scm (celestia-gtk)[arguments]: Rewrite using G-expressions.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Sharlatan Hellseher 2023-06-25 22:28:21 +01:00 committed by Tobias Geerinckx-Rice
parent b74e3e037e
commit 0e1c5a9d7d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1232,7 +1232,10 @@ (define-public celestia-gtk
`(("gtk2" ,gtk+-2)
("gtkglext" ,gtkglext))))
(arguments
`(#:configure-flags '("-DENABLE_GTK=ON" "-DENABLE_QT=OFF")
(list
#:configure-flags
#~(list "-DENABLE_GTK=ON"
"-DENABLE_QT=OFF")
#:tests? #f))))
(define-public python-astropy