gnu: Add go-github-com-whyrusleeping-gx-util.
authorPierre Neidhardt <mail@ambrevar.xyz>
Wed, 24 Oct 2018 12:40:06 +0000 (14:40 +0200)
committerPierre Neidhardt <mail@ambrevar.xyz>
Wed, 24 Oct 2018 12:41:44 +0000 (14:41 +0200)
* gnu/packages/ipfs.scm (go-github-com-whyrusleeping-gx-util): New variable.

gnu/packages/ipfs.scm

index 85fd6ac..09366a0 100644 (file)
@@ -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"))))