guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/10: gnu: celestia: Use G-expressions.


From: guix-commits
Subject: 07/10: gnu: celestia: Use G-expressions.
Date: Sun, 9 Jul 2023 15:58:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 26b43211b28a0f7c64e9d0a8c58e4dbbbd171150
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jun 25 22:28:20 2023 +0100

    gnu: celestia: Use G-expressions.
    
    * gnu/packages/astronomy.scm (celestia)[arguments]: Rewrite as 
G-expressions.
    
    Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/astronomy.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0068c9a018..bd47775459 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1189,6 +1189,12 @@ any arbitrary astrometric projection defined in the WCS 
standard.")
                  (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 @@ any arbitrary astrometric projection defined in the WCS 
standard.")
              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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]