~ruther/guix-local

9a40b61de9b5852f8dfd45a86b271a011d95e339 — Sharlatan Hellseher 10 months ago c5ef61b
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
1 files changed, 11 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +11 -1
@@ 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