6 lines
725 B
Scheme
6 lines
725 B
Scheme
(define-module (snow-rapid-mapping-ordered) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
|
|
|
|
(define-public snow-rapid-mapping-ordered (package (name "snow-rapid-mapping-ordered") (version "0.1.1") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/rapid-scheme.org/marc/rapid/mapping/0.1.1/rapid-mapping-0.1.1.tgz") (sha256 (base32 "1dkg2313vp9zc0m79bwv8fl7p0klbq2p9mxzl4pbm1vi1c2sh03c")))) (build-system copy-build-system) (arguments '(#:install-plan '(("rapid/" "share/snow/rapid/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license gpl3)))
|
|
|
|
snow-rapid-mapping-ordered
|