(define-module (snow-rapid-args-fold) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-rapid-args-fold (package (name "snow-rapid-args-fold") (version "0.1.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/rapid-scheme.org/marc/rapid/args-fold/0.1.0/rapid-args-fold-0.1.0.tgz") (hash (base32 "01n6aq9gcmf567ynsps297yxkmyzl2n7n7hc2z80h1qsn2g8b9cs")))) (build-system copy-build-system) (arguments (list #:install-plan '(("rapid/" "share/snow/rapid/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license gpl3))) snow-rapid-args-fold