mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add go-github-com-technoweenie-multipartstreamer.
* gnu/packages/golang.scm (go-github-com-technoweenie-multipartstreamer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
71a2821105
commit
ae93b542b2
1 changed files with 24 additions and 0 deletions
|
@ -4323,6 +4323,30 @@ (define go-github-com-stretchr-testify-bootstrap
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-gopkg-in-yaml-v3))))
|
(list go-gopkg-in-yaml-v3))))
|
||||||
|
|
||||||
|
(define-public go-github-com-technoweenie-multipartstreamer
|
||||||
|
(package
|
||||||
|
(name "go-github-com-technoweenie-multipartstreamer")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/technoweenie/multipartstreamer")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"159jhcabdkds8m5777zfs8p5z3snpjhzz7q9aq9wjpcvh6xlljqa"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f ; Upstream tests are broken.
|
||||||
|
#:import-path "github.com/technoweenie/multipartstreamer"))
|
||||||
|
(home-page "https://github.com/technoweenie/multipartstreamer")
|
||||||
|
(synopsis "MIME multipart format streamer")
|
||||||
|
(description
|
||||||
|
"This package helps you encode large files in MIME multipart format
|
||||||
|
without reading the entire content into memory.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-tevino-abool
|
(define-public go-github-com-tevino-abool
|
||||||
(let ((commit
|
(let ((commit
|
||||||
"3c25f2fe7cd0ef3eabefce1d90efd69a65d35b12")
|
"3c25f2fe7cd0ef3eabefce1d90efd69a65d35b12")
|
||||||
|
|
Loading…
Reference in a new issue