gnu: Add go-github-com-whyrusleeping-gx-util.

* gnu/packages/ipfs.scm (go-github-com-whyrusleeping-gx-util): New variable.
This commit is contained in:
Pierre Neidhardt 2018-10-24 14:40:06 +02:00
parent 5b6c3ad0cd
commit e82ae67302
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 8 additions and 0 deletions

View 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, distributed, content addressed filesystem IPFS. It aims to be flexible,
powerful and simple.") powerful and simple.")
(license license:expat)))) (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"))))