mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: Add go-github-com-akutz-memconn.
* gnu/packages/golang-web.scm (go-github-com-akutz-memconn): New variable. Relates-to: https://codeberg.org/guix/guix/pulls/5417 Change-Id: I4983368885e32dbe8eb048ad40c2b4b244d5a691 Reviewed-by: Johannes Christ <jc@jchri.st> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
f340255ac3
commit
0c05c14a1c
@@ -1595,6 +1595,39 @@ AWS Lambda and API Gateway or ALB without changing the existing HTTP
|
|||||||
handlers.")
|
handlers.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-akutz-memconn
|
||||||
|
(package
|
||||||
|
(name "go-github-com-akutz-memconn")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/akutz/memconn")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1mhghzcx2zxr4bpyf4wx3j7ph9srw38wxg78svwbjh930r2kzssq"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/akutz/memconn"
|
||||||
|
#:test-flags
|
||||||
|
#~(list "-skip" (string-join
|
||||||
|
;; Tests fail with insecure algorithm
|
||||||
|
(list "TestTLS_Memu"
|
||||||
|
"TestTLS_Memb"
|
||||||
|
"TestTLS_TCP"
|
||||||
|
"TestTLS_UNIX"
|
||||||
|
"TestTLS_HTTP_Memu"
|
||||||
|
"TestTLS_HTTP_Memb")
|
||||||
|
"|"))))
|
||||||
|
(home-page "https://github.com/akutz/memconn")
|
||||||
|
(synopsis "In-memory network stack for Go")
|
||||||
|
(description
|
||||||
|
"This package provides named, in-memory network connections for Go.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-alexliesenfeld-health
|
(define-public go-github-com-alexliesenfeld-health
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-alexliesenfeld-health")
|
(name "go-github-com-alexliesenfeld-health")
|
||||||
|
|||||||
Reference in New Issue
Block a user