snow-fort-guix-channel/packages/snow-rapid-analyze-library-...

6 lines
1.2 KiB
Scheme

(define-module (snow-rapid-analyze-library-test) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download) #:use-module (snow-rapid-receive) #:use-module (snow-rapid-vicinity) #:use-module (snow-rapid-test) #:use-module (snow-rapid-comparator) #:use-module (snow-rapid-set) #:use-module (snow-rapid-mapping) #:use-module (snow-rapid-syntax) #:use-module (snow-rapid-analyze-library))
(define-public snow-rapid-analyze-library-test (package (name "snow-rapid-analyze-library-test") (version "0.1.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/rapid-scheme.org/marc/rapid/analyze-library/0.1.0/rapid-analyze-library-0.1.0.tgz") (sha256 (base32 "1m4s05fs1j87gdh2npqjvvih669vfsk7mii9fj8mslv3xfc4bdjb")))) (build-system copy-build-system) (arguments '(#:install-plan '(("rapid/" "share/snow/rapid/")))) (propagated-inputs (list snow-rapid-receive snow-rapid-vicinity snow-rapid-test snow-rapid-comparator snow-rapid-set snow-rapid-mapping snow-rapid-syntax snow-rapid-analyze-library)) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license gpl3)))
snow-rapid-analyze-library-test