snow-fort-guix-channel/packages/snow-slib-tzfile.scm

6 lines
832 B
Scheme

(define-module (snow-slib-tzfile) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download) #:use-module (snow-slib-byte) #:use-module (snow-slib-common))
(define-public snow-slib-tzfile (package (name "snow-slib-tzfile") (version "SLIB-3b5-r7rs") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/peterlane.info/peter/slib/tzfile/SLIB-3b5-r7rs/slib-tzfile-SLIB-3b5-r7rs.tgz") (sha256 (base32 "1wxqhk3zbmf0rfsynd7xww7zp1kp471d10skssjv0hbfp9vcjxvg")))) (build-system copy-build-system) (arguments '(#:install-plan '(("slib/" "share/snow/slib/")))) (propagated-inputs (list snow-slib-byte snow-slib-common)) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain)))
snow-slib-tzfile