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:
Sharlatan Hellseher 2024-05-07 23:15:19 +01:00
parent 1f6c4f226d
commit 2795d0f3e7
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -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