diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-20 22:34:10 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-30 20:12:39 +0100 |
| commit | a7441b6375e3dbbb85f43cf4b06259c6f1239a44 (patch) | |
| tree | d52cdab2e268674eb9e19961bfd7f13255a49eba /gnu | |
| parent | fabaaad48332d59da671d8cf5acd4cfba1d7b6b7 (diff) | |
gnu: stellarium: Update to 25.1-1.8a3a53a.
* gnu/packages/astronomy.scm (stellarium): Update to 25.1-1.8a3a53a.
[inputs]: Add md4c.
Change-Id: I8b1732d7c385bca80ec8fea38166ab7fb5142404
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b9ab660244..02108839aa 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -70,6 +70,7 @@ #:use-module (gnu packages linux) #:use-module (gnu packages lua) #:use-module (gnu packages machine-learning) + #:use-module (gnu packages markup) #:use-module (gnu packages maths) #:use-module (gnu packages multiprecision) #:use-module (gnu packages ncurses) @@ -8219,14 +8220,14 @@ deconvolution). Such post-processing is not performed by Stackistry.") (license license:gpl3+))) (define-public stellarium - ;; XXX fatal error: libs/indiclient/baseclient.h: No such file or directory - ;; <https://github.com/Stellarium/stellarium/issues/4019>, using the latest + ;; XXX: 25.1 does not provide option to build with system MD4C, see + ;; <https://github.com/Stellarium/stellarium/issues/4267>, using the latest ;; commit. - (let ((commit "60b6becd4147dd7c731ed0be790b1a30cdc0039b") - (revision "0")) + (let ((commit "8a3a53aa5d81c6b1b2cd10546c6d40a33204091a") + (revision "1")) (package (name "stellarium") - (version (git-version "24.4" revision commit)) + (version (git-version "25.1" revision commit)) (source (origin (method git-fetch) @@ -8235,7 +8236,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1i00f63pmyy55mwagab4pv419agzmg2c4075hc8cgbhhhfr6gm8d")))) + (base32 "0k9zf29x1nqj1i9qqp5mpn2z2i0izhxplyzcrlhl0i6c863rk5wx")))) (build-system qt-build-system) ;; TODO: Complete documentation build and split into dedicated outputs. (arguments @@ -8261,6 +8262,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") gpsd indi-2.0 libnova + md4c nlopt openssl qtbase-5 |
