mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
1 changed files with 8 additions and 0 deletions
|
@ -152,3 +152,11 @@ (define-public gx
|
|||
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"))))
|
||||
|
|
Loading…
Reference in a new issue