diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-07 23:15:19 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-07 23:18:48 +0100 |
commit | 2795d0f3e7313013ab6992f1771868440054ffa3 (patch) | |
tree | 1d7c15c5027d3de02d75f7fe41d64c3522a9ef68 /gnu/packages/ipfs.scm | |
parent | 1f6c4f226d6b1fb008a7cb847f3cdb39f07ec027 (diff) |
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
Diffstat (limited to 'gnu/packages/ipfs.scm')
-rw-r--r-- | gnu/packages/ipfs.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index f06dc402a4..5108c0d195 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -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 |