me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 4 additions and 1 deletions

View File

@ -1232,7 +1232,10 @@ accurately in real time at any rate desired.")
`(("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