guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: Remove go-github-com-xtaci-smux.


From: Leo Famulari
Subject: 01/09: gnu: Remove go-github-com-xtaci-smux.
Date: Tue, 6 Mar 2018 13:26:16 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 78f19a4754628b42f4363a624bf3500c54e861cc
Author: Leo Famulari <address@hidden>
Date:   Tue Feb 20 09:01:00 2018 -0500

    gnu: Remove go-github-com-xtaci-smux.
    
    * gnu/packages/syncthing.scm (go-github-com-xtaci-smux): Remove variable.
---
 gnu/packages/syncthing.scm | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index f5e5bb8..cf7dfd6 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]