diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-22 17:39:24 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-22 17:40:45 +0100 |
commit | 42ddc184b5ca552e04c213a592dda9ac733bcf42 (patch) | |
tree | 003c56c39fdd05abdaacb8bd73d1d98d39392e88 | |
parent | dd958081004699a3ec26322536dee79221cb674a (diff) |
gnu: sunclock: Make it not public.astro-updates
* gnu/packages/astronomy.scm (sunclock): Keep the definition but do not
try to build it for now, see the note.
Change-Id: Id39005baba85ab0ad96e87bddcb5c09a28c3d7e6
-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 |