guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: Remove go-github-com-xtaci-kcp-go.


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

lfam pushed a commit to branch master
in repository guix.

commit bb0a84f89dd33a14062487dfd2704ff4595c07f2
Author: Leo Famulari <address@hidden>
Date:   Tue Feb 20 09:01:38 2018 -0500

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

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index cf7dfd6..3d97ce0 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -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")



reply via email to

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