guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add go-github-com-whyrusleeping-gx-util.


From: Pierre Neidhardt
Subject: 02/03: gnu: Add go-github-com-whyrusleeping-gx-util.
Date: Wed, 24 Oct 2018 08:41:57 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit e82ae6730240f6533d565dbae49401ba073ed872
Author: Pierre Neidhardt <address@hidden>
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

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