gnu: kubo: Unbundle go-bazil-org-fuse.
* gnu/packages/ipfs.scm (kubo) [source]: Remove vendor/bazil.org. [inputs]: Add go-bazil-org-fuse. Change-Id: Ie55e609c15a6eaca7ec32521a55620bf674af240
This commit is contained in:
parent
1f6c4f226d
commit
2795d0f3e7
@ -268,7 +268,8 @@ written in Go.")
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(for-each delete-file-recursively
|
||||
;; TODO: unbundle the rest as well
|
||||
'("vendor/github.com/alecthomas"
|
||||
'("vendor/bazil.org"
|
||||
"vendor/github.com/alecthomas"
|
||||
"vendor/github.com/benbjohnson"
|
||||
"vendor/github.com/beorn7/perks"
|
||||
"vendor/github.com/blang"
|
||||
@ -337,7 +338,7 @@ written in Go.")
|
||||
;; otherwise it will be sourced from provided vendor
|
||||
;; directory.
|
||||
;;
|
||||
;;go-bazil-org-fuse
|
||||
go-bazil-org-fuse
|
||||
;;go-contrib-go-opencensus-io-exporter-prometheus
|
||||
go-github-com-benbjohnson-clock
|
||||
go-github-com-blang-semver-v4
|
||||
|
Loading…
Reference in New Issue
Block a user