ambrevar pushed a commit to branch master
in repository guix.

commit e82ae6730240f6533d565dbae49401ba073ed872
Author: Pierre Neidhardt <m...@ambrevar.xyz>
Date:   Wed Oct 24 14:40:06 2018 +0200

    gnu: Add go-github-com-whyrusleeping-gx-util.
    
    * gnu/packages/ipfs.scm (go-github-com-whyrusleeping-gx-util): New variable.
---
 gnu/packages/ipfs.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 85fd6ac..09366a0 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -152,3 +152,11 @@ that are shared between @command{go-ipfs/commands} and its 
rewrite
 distributed, content addressed filesystem IPFS.  It aims to be flexible,
 powerful and simple.")
       (license license:expat))))
+
+(define-public go-github-com-whyrusleeping-gx-util
+  (package
+    (inherit gx)
+    (name "go-github-com-whyrusleeping-gx-util")
+    (arguments
+     '(#:unpack-path "github.com/whyrusleeping/gx"
+       #:import-path "github.com/whyrusleeping/gx/gxutil"))))

Reply via email to