[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/26: gnu: kubo: Unbundle go-bazil-org-fuse.
From: |
guix-commits |
Subject: |
26/26: gnu: kubo: Unbundle go-bazil-org-fuse. |
Date: |
Tue, 7 May 2024 18:24:53 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 2795d0f3e7313013ab6992f1771868440054ffa3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue May 7 23:15:19 2024 +0100
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
---
gnu/packages/ipfs.scm | 5 +++--
1 file 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
- 10/26: gnu: go-gopkg-in-irc-v3: Enable tests., (continued)
- 10/26: gnu: go-gopkg-in-irc-v3: Enable tests., guix-commits, 2024/05/07
- 16/26: gnu: Add soju., guix-commits, 2024/05/07
- 18/26: gnu: sqls: Use go-1.21., guix-commits, 2024/05/07
- 20/26: gnu: go-github-com-nbrownus-go-metrics-prometheus: Disable tests., guix-commits, 2024/05/07
- 24/26: gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz., guix-commits, 2024/05/07
- 02/26: gnu: Add go-github-com-sherclockholmes-webpush-go., guix-commits, 2024/05/07
- 04/26: gnu: Add go-nhooyr-io-websocket., guix-commits, 2024/05/07
- 15/26: gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Update to 2.0.0., guix-commits, 2024/05/07
- 22/26: gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz., guix-commits, 2024/05/07
- 21/26: gnu: web: Remove syncthing module from used modules., guix-commits, 2024/05/07
- 26/26: gnu: kubo: Unbundle go-bazil-org-fuse.,
guix-commits <=
- 07/26: gnu: Add go-git-sr-ht-sircmpwn-go-bare., guix-commits, 2024/05/07
- 05/26: gnu: Add go-github-com-pires-go-proxyproto., guix-commits, 2024/05/07
- 09/26: gnu: Add python-irc-parser-tests., guix-commits, 2024/05/07
- 12/26: gnu: go-github-com-prometheus-client-model: Update to 0.5.0., guix-commits, 2024/05/07
- 25/26: gnu: Add go-bazil-org-fuse., guix-commits, 2024/05/07