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:
parent
5b6c3ad0cd
commit
e82ae67302
|
@ -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"))))
|
||||||
|
|
Loading…
Reference in New Issue