guix-commits
[Top][All Lists]
Advanced

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

41/62: gnu: Add go-golang-org-x-net-ipv6.


From: Leo Famulari
Subject: 41/62: gnu: Add go-golang-org-x-net-ipv6.
Date: Thu, 12 Oct 2017 21:43:42 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 8c73bb2c72470f03840698df835febacc41ccb66
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 20:11:27 2017 -0400

    gnu: Add go-golang-org-x-net-ipv6.
    
    * gnu/packages/syncthing.scm (go-golang-org-x-net-ipv6): New variable.
---
 gnu/packages/syncthing.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 692ad7e..177a4f0 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1088,6 +1088,32 @@ number resources managed by the Internet Assigned 
Numbers Authority (IANA).")
       (home-page "https://go.googlesource.com/net/";)
       (license bsd-3))))
 
+(define-public go-golang-org-x-net-ipv6
+  (let ((commit "ffcf1bedda3b04ebb15a168a59800a73d6dc0f4d")
+        (revision "0"))
+    (package
+      (name "go-golang-org-x-net-ipv6")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://go.googlesource.com/net";)
+                      (commit commit)))
+                (file-name (string-append "go.googlesource.com-net-"
+                                          version "-checkout"))
+                (sha256
+                 (base32
+                  "1ifqw09pj9q23mza1d0im99yy3jp72dvq9dcx2bs1n1m11cjdjzp"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "golang.org/x/net/ipv6"
+         #:unpack-path "golang.org/x/net"))
+      (synopsis "Go IPv6 support")
+      (description "This packages provides @code{ipv6}, which implements
+IP-level socket options for the Internet Protocol version 6.")
+      (home-page "https://go.googlesource.com/net";)
+      (license bsd-3))))
+
 (define-public go-golang-org-x-sys-unix
   (let ((commit "f3918c30c5c2cb527c0b071a27c35120a6c0719a")
         (revision "0"))



reply via email to

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