gnu: Remove go-github-com-xtaci-kcp-go.

* gnu/packages/syncthing.scm (go-github-com-xtaci-kcp-go): Remove variable.
This commit is contained in:
Leo Famulari 2018-02-20 09:01:38 -05:00
parent 78f19a4754
commit bb0a84f89d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 0 additions and 39 deletions

View File

@ -1577,45 +1577,6 @@ rolling hash.")
(home-page "https://github.com/chmduquesne/rollinghash")
(license expat))))
(define-public go-github-com-xtaci-kcp-go
(let ((commit "86eebd5cadb519b7c9306082c7eb3bcee2c49a7b")
(revision "0"))
(package
(name "go-github-com-xtaci-kcp-go")
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xtaci/kcp-go")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1mdfsya4y04nycfgsk9ghm67zpim5pw78si3f1566xgrv4ghl0ni"))))
(build-system go-build-system)
(propagated-inputs
`(("go-golang-org-x-net-ipv4" ,go-golang-org-x-net-ipv4)
("go-github-com-klauspost-reedsolomon"
,go-github-com-klauspost-reedsolomon)
("go-github-com-tjfoc-gmsm-sm4" ,go-github-com-tjfoc-gmsm-sm4)
("go-github-com-pkg-errors" ,go-github-com-pkg-errors)
("go-golang-org-x-crypto" ,(go-golang-org-x-crypto-union))
("go-github-com-templexxx-xor" ,go-github-com-templexxx-xor)))
(arguments
'(#:import-path "github.com/xtaci/kcp-go"
;; XXX update comment
;; 'TestListenerClose' is known to fail. It seems that the test suite
;; is not being used upstream:
;; https://github.com/AudriusButkevicius/kcp-go/pull/1
#:tests? #f))
(synopsis "Reliable UDP connections in Go")
(description "This package provides @code{kcp-go}, a reliable UDP library
written in Go. It offers fast, ordered and error-checked delivery of streams
over UDP packets.")
(home-page "https://github.com/xtaci/kcp-go")
(license expat))))
(define-public go-github-com-templexxx-xor
(package
(name "go-github-com-templexxx-xor")