(define-module (snow-r6rs-files) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-r6rs-files (package (name "snow-r6rs-files") (version "0.0.1") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/ccs.neu.edu/will/r6rs/files/0.0.1/r6rs-files-0.0.1.tgz") (hash (base32 "1vr9b3di7r0d54l16y2nr81gqvwvs781i440rjhyacalfgw4nrvb")))) (build-system copy-build-system) (arguments (list #:install-plan '(("r6rs/" "share/snow/r6rs/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license expat))) snow-r6rs-files