diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-22 17:39:24 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 22:13:41 +0100 |
commit | 9a40b61de9b5852f8dfd45a86b271a011d95e339 (patch) | |
tree | 902673a52fb27075a9f6af2c18f58faa6afe302b /gnu | |
parent | c5ef61bf9b11f69d32809c0c57c4bd08490a4764 (diff) |
gnu: sunclock: Make it not public.
* gnu/packages/astronomy.scm (sunclock): Keep the definition but do not
try to build it for now, see the note.
Change-Id: Id39005baba85ab0ad96e87bddcb5c09a28c3d7e6
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0d72142cb1..0112ff5ecf 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9682,7 +9682,17 @@ program to produce realistic astronomical fields. Stuff is part of the @uref{https://www.astromatic.net/projects/efigi, EFIGI} development project.") (license license:gpl3+)))) -(define-public sunclock +;; TODO: This is not an original source, and currently fails to build: +;; <https://directory.fsf.org/wiki/Sunclock> +;; -> <https://github.com/mdoege/Sunclock> dead link +;; -> <http://www.arvernes.com/wiki/index.php/Sunclock> dead link +;; <https://github.com/nongiach/Sunclock> is unmaintained. +;; +;; Maybe use Debian's fork instead +;; <https://salsa.debian.org/debian/sunclock>, it would need to apply 12 +;; patches from <debian/patches>? +;; Mark as not public for now. +(define sunclock (let ((commit "f4106eb0a81f7594726d6b2859efd8fc64cc1225") (revision "1")) (package |