all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32113] [PATCH 1/5] gnu: Add go-github-com-docker-go-connections.
@ 2018-07-10 16:02 Rouby Pierre-Antoine
  2018-07-10 16:06 ` [bug#32113] [PATCH 2/5] gnu: Add go-github-com-docker-machine Rouby Pierre-Antoine
  0 siblings, 1 reply; 6+ messages in thread
From: Rouby Pierre-Antoine @ 2018-07-10 16:02 UTC (permalink / raw)
  To: 32113; +Cc: Rouby Pierre-Antoine

* gnu/packages/golang.scm (go-github-com-docker-go-connections): New variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 41d2e5ce1..609a0a8b1 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1841,3 +1841,28 @@ deliver content")
 store, and deliver content.  It's containe Docker Registry 2.0 and libraries
 to interacting with distribution components.")
       (license license:asl2.0))))
+
+(define-public go-github-com-docker-go-connections
+  (let ((commit "3ede32e2033de7505e6500d6c868c2b9ed9f169d")
+        (revision "0"))
+    (package
+      (name "go-github-com-docker-go-connections")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/docker/go-connections.git")
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+            (base32
+              "0v1pkr8apwmhyzbjfriwdrs1ihlk6pw7izm57r24mf9jdmg3fyb0"))))
+      (build-system go-build-system)
+      (arguments
+        '(#:import-path "github.com/docker/go-connections"))
+      (home-page "https://github.com/docker/go-connections")
+      (synopsis "Provides common package to work with network connections.")
+      (description "This package provides common package to work with network
+connections in Go langage.")
+      (license license:asl2.0))))
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-12 21:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-10 16:02 [bug#32113] [PATCH 1/5] gnu: Add go-github-com-docker-go-connections Rouby Pierre-Antoine
2018-07-10 16:06 ` [bug#32113] [PATCH 2/5] gnu: Add go-github-com-docker-machine Rouby Pierre-Antoine
2018-07-10 16:06   ` [bug#32113] [PATCH 3/5] gnu: Add go-github-com-gorhill-cronexpr Rouby Pierre-Antoine
2018-07-10 16:06   ` [bug#32113] [PATCH 4/5] gnu: Add go-gopkg-in-check-v1 Rouby Pierre-Antoine
2018-07-10 16:06   ` [bug#32113] [PATCH 5/5] gnu: Add go-gopkg-in-yaml-v2 Rouby Pierre-Antoine
2018-07-12 21:58     ` bug#32113: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.