mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: go-github-com-valyala-tcplisten: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-valyala-tcplisten): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I6214029df7e62c1f3fe74253617d6d417dc23b09
This commit is contained in:
parent
5572b70e30
commit
060f5adfef
2 changed files with 31 additions and 31 deletions
|
@ -7468,6 +7468,37 @@ encoding library for the MessagePack, CBOR, JSON and the Binc formats.")
|
||||||
replacement for native @code{net/http} module.")
|
replacement for native @code{net/http} module.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-valyala-tcplisten
|
||||||
|
(package
|
||||||
|
(name "go-github-com-valyala-tcplisten")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/valyala/tcplisten")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1fv5hxmq1jwrjn1rdjvbmjrrkb601zcdh01qhx6d8l7ss6n05zb8"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
;; NOTE: (Sharlatan-20211218T165504+0000): Tests failing:
|
||||||
|
;;
|
||||||
|
;; tcplisten_test.go:56: cannot create listener 0 using Config
|
||||||
|
;; &tcplisten.Config{ReusePort:false, DeferAccept:false, FastOpen:false,
|
||||||
|
;; Backlog:32}: lookup ip6-localhost on [::1]:53: read udp
|
||||||
|
;; [::1]:33932->[::1]:53: read: connection refused
|
||||||
|
;;
|
||||||
|
'(#:tests? #f
|
||||||
|
#:import-path "github.com/valyala/tcplisten"))
|
||||||
|
(home-page "https://github.com/valyala/tcplisten")
|
||||||
|
(synopsis "Customizable TCP net.Listener for Go")
|
||||||
|
(description
|
||||||
|
"@code{tcplisten} provides customizable TCP net.Listener with various
|
||||||
|
performance-related options.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-vektah-gqlparser-v2
|
(define-public go-github-com-vektah-gqlparser-v2
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-vektah-gqlparser-v2")
|
(name "go-github-com-vektah-gqlparser-v2")
|
||||||
|
|
|
@ -3171,37 +3171,6 @@ That is, @code{gofumpt} is happy with a subset of the formats that
|
||||||
anti-fragmentation protection.")
|
anti-fragmentation protection.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-valyala-tcplisten
|
|
||||||
(package
|
|
||||||
(name "go-github-com-valyala-tcplisten")
|
|
||||||
(version "1.0.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/valyala/tcplisten")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1fv5hxmq1jwrjn1rdjvbmjrrkb601zcdh01qhx6d8l7ss6n05zb8"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
;; NOTE: (Sharlatan-20211218T165504+0000): Tests failing:
|
|
||||||
;;
|
|
||||||
;; tcplisten_test.go:56: cannot create listener 0 using Config
|
|
||||||
;; &tcplisten.Config{ReusePort:false, DeferAccept:false, FastOpen:false,
|
|
||||||
;; Backlog:32}: lookup ip6-localhost on [::1]:53: read udp
|
|
||||||
;; [::1]:33932->[::1]:53: read: connection refused
|
|
||||||
;;
|
|
||||||
'(#:tests? #f
|
|
||||||
#:import-path "github.com/valyala/tcplisten"))
|
|
||||||
(home-page "https://github.com/valyala/tcplisten")
|
|
||||||
(synopsis "Customizable TCP net.Listener for Go")
|
|
||||||
(description
|
|
||||||
"@code{tcplisten} provides customizable TCP net.Listener with various
|
|
||||||
performance-related options.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-vmihailenco-tagparser
|
(define-public go-github-com-vmihailenco-tagparser
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-vmihailenco-tagparser")
|
(name "go-github-com-vmihailenco-tagparser")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue