guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: stellarium: Enable ShowMySky.


From: guix-commits
Subject: 08/10: gnu: stellarium: Enable ShowMySky.
Date: Tue, 7 Mar 2023 08:58:22 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c89235fa8507a44fe033bc9e619d629614940a16
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Feb 28 00:12:30 2023 +0000

    gnu: stellarium: Enable ShowMySky.
    
    * gnu/packages/astronomy.scm (stellarium):
      [arguments]<#:configure-flags>: Enable ShowMySky optional dependencies
      to simulate scattering of light by the atmosphere.
      [inputs]: Replace QXLSX to QXLSX-QT5. Add CALCMYSKY-QT5.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/astronomy.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0b9be40d97..4039e8c038 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -918,8 +918,6 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
       #~(list "-DENABLE_GPS=1"
               ;; TODO: Enable when all of the dependencies are availalbe for 
Qt6.
               "-DENABLE_QT6=0"
-              ;; TODO: Pack missing in Guix 
https://10110111.github.io/CalcMySky/
-              "-DENABLE_SHOWMYSKY=0"
               "-DENABLE_TESTING=0"
               (string-append "-DCMAKE_CXX_FLAGS=-isystem "
                              #$(this-package-input "qtserialport") 
"/include/qt5"))
@@ -930,7 +928,8 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
               (setenv "QT_QPA_PLATFORM" "offscreen")
               (setenv "HOME" "/tmp"))))))
     (inputs
-     (list gpsd
+     (list calcmysky-qt5
+           gpsd
            indi
            libnova
            openssl
@@ -943,7 +942,7 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
            qtserialport
            qttranslations
            qtwebengine-5
-           qxlsx
+           qxlsx-qt5
            zlib))
     (native-inputs
      (list doxygen



reply via email to

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