snow-fort-guix-channel/packages/snow-r6rs-mutable-strings.scm

6 lines
731 B
Scheme

(define-module (snow-r6rs-mutable-strings) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-r6rs-mutable-strings (package (name "snow-r6rs-mutable-strings") (version "0.0.1") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/ccs.neu.edu/will/r6rs/mutable-strings/0.0.1/r6rs-mutable-strings-0.0.1.tgz") (hash (base32 "189i62qp9qan3clbygl8n34f7m4b4frimwyp5ibz254kx28a5wy5")))) (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-mutable-strings