guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9a40b61de9b5852f8dfd45a86b271a011d95e339
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 22 17:39:24 2025 +0100

    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
---
 gnu/packages/astronomy.scm | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

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

Reply via email to