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

* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): Remove variable.
This commit is contained in:
Leo Famulari 2018-02-20 09:01:00 -05:00
parent 77412c45b1
commit 78f19a4754
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1640,34 +1640,6 @@ (define-public go-github-com-templexxx-xor
(home-page "https://github.com/templexxx/xor")
(license expat)))
(define-public go-github-com-xtaci-smux
(let ((commit "c3e18246ff2252a6e9d6b529fcbf22ae5c74c007")
(revision "0"))
(package
(name "go-github-com-xtaci-smux")
(version (git-version "1.0.6" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xtaci/smux.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1dfmxd9g31idldhq6n7r998gi4jw51ji3xvkjrzypsw2ypbjx1dz"))))
(build-system go-build-system)
(propagated-inputs
`(("go-github-com-pkg-errors" ,go-github-com-pkg-errors)))
(arguments
'(#:import-path "github.com/xtaci/smux"))
(synopsis "Network multiplexing in Go")
(description "Smux ( Simple MUltipleXing) is a multiplexing library for
Golang. It relies on an underlying connection to provide reliability and
ordering, such as TCP or KCP, and provides stream-oriented multiplexing.")
(home-page "https://github.com/xtaci/smux")
(license expat))))
(define-public go-github-com-pkg-errors
(let ((commit "e881fd58d78e04cf6d0de1217f8707c8cc2249bc")
(revision "1"))