summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-02-20 09:01:00 -0500
committerLeo Famulari <leo@famulari.name>2018-03-06 13:24:15 -0500
commit78f19a4754628b42f4363a624bf3500c54e861cc (patch)
tree0cfd35b81d37bd1a32876d984a458f102ca59828 /gnu/packages/syncthing.scm
parent77412c45b1cd1dee8443d4391080f196f8b5483f (diff)
downloadpatches-78f19a4754628b42f4363a624bf3500c54e861cc.tar
patches-78f19a4754628b42f4363a624bf3500c54e861cc.tar.gz
gnu: Remove go-github-com-xtaci-smux.
* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): Remove variable.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index f5e5bb85be..cf7dfd6910 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1640,34 +1640,6 @@ over UDP packets.")
(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"))