guix-commits
[Top][All Lists]
Advanced

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

37/62: gnu: Add go-golang-org-x-net-ipv4.


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

lfam pushed a commit to branch master
in repository guix.

commit b5ad117bb21de54d9e22758da3602ac58d8c00ba
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 20:08:46 2017 -0400

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

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 72819ff..82b59a6 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -984,6 +984,31 @@ Tiny Encryption Algorithm (XTEA) block cipher.")
       (home-page "https://go.googlesource.com/crypto/";)
       (license bsd-3))))
 
+(define-public go-golang-org-x-net-ipv4
+  (let ((commit "ffcf1bedda3b04ebb15a168a59800a73d6dc0f4d")
+        (revision "0"))
+    (package
+      (name "go-golang-org-x-net-ipv4")
+      (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 (git-file-name name version))
+                (sha256
+                 (base32
+                  "1ifqw09pj9q23mza1d0im99yy3jp72dvq9dcx2bs1n1m11cjdjzp"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "golang.org/x/net/ipv4"
+         #:unpack-path "golang.org/x/net"))
+      (synopsis "Go IPv4 support")
+      (description "This package provides @code{ipv4}, which implements 
IP-level
+socket options for the Internet Protocol version 4.")
+      (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]