all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72868] [PATCH] gnu: kubo: Fix build.
@ 2024-08-29  7:28 Artyom V. Poptsov
  2024-08-29  7:35 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-08-29  7:28 UTC (permalink / raw)
  To: 72868; +Cc: Artyom V. Poptsov

* gnu/packages/ipfs.scm (kubo): Fix build.
[snippet]: Don't remove "vendor/github.com/ipfs/go-ipfs-posinfo" because it is
not present in bundled packages.

Change-Id: I88ceabe9d8695397204d87d61fb8e1550732c38c
---
 gnu/packages/ipfs.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 3f84031172..d1906bd0a2 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -899,7 +899,6 @@ (define-public kubo
                              "vendor/github.com/ipfs/go-datastore"
                              "vendor/github.com/ipfs/go-detect-race"
                              "vendor/github.com/ipfs/go-ipfs-delay"
-                             "vendor/github.com/ipfs/go-ipfs-posinfo"
                              "vendor/github.com/ipfs/go-ipfs-redirects-file"
                              "vendor/github.com/ipfs/go-ipfs-util"
                              "vendor/github.com/ipfs/go-ipld-cbor"

base-commit: 58906decf1ef205bd7195b0a042832ce8142bf6a
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-03  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29  7:28 [bug#72868] [PATCH] gnu: kubo: Fix build Artyom V. Poptsov
2024-08-29  7:35 ` Tobias Geerinckx-Rice via Guix-patches via
2024-08-29  8:43   ` Artyom V. Poptsov
2024-09-03  9:54     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.