diff mbox series

[bug#72868] gnu: kubo: Fix build.

Message ID 19a857be93bf913b55ad11f538dd5a8c8dfeb448.1724916487.git.poptsov.artyom@gmail.com
State New
Headers show
Series [bug#72868] gnu: kubo: Fix build. | expand

Commit Message

Artyom V. Poptsov Aug. 29, 2024, 7:28 a.m. UTC
* 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(-)


base-commit: 58906decf1ef205bd7195b0a042832ce8142bf6a

Comments

Tobias Geerinckx-Rice Aug. 29, 2024, 7:35 a.m. UTC | #1
Hi Artyom,

On 29 August 2024 07:28:07 UTC, "Artyom V. Poptsov" <poptsov.artyom@gmail.com> wrote:
>* gnu/packages/ipfs.scm (kubo): Fix build.

It would be nice if you could push this yourself when the time comes :-)

I have the feeling that you didn't receive my e-mail about that.  Or perhaps I didn't receive your reply.  Could you confirm or deny?

I'm also in #guix as nckx if we can't do it over mail.


Kind regards,

T G-R

Sent on the go.  Excuse or enjoy my brevity.
Artyom V. Poptsov Aug. 29, 2024, 8:43 a.m. UTC | #2
Hello!

> I have the feeling that you didn't receive my e-mail about that. Or
> perhaps I didn't receive your reply. Could you confirm or deny?

It seems that I didn't received your email.  Also it seems that I still
don't have commit access in Guix -- my key has not been added to the
keyring:
  https://git.savannah.gnu.org/cgit/guix.git/log/?h=keyring

I'm confused.
- avp
Ludovic Courtès Sept. 3, 2024, 9:54 a.m. UTC | #3
Hi Artyom & all,

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

>> I have the feeling that you didn't receive my e-mail about that. Or
>> perhaps I didn't receive your reply. Could you confirm or deny?
>
> It seems that I didn't received your email.  Also it seems that I still
> don't have commit access in Guix -- my key has not been added to the
> keyring:
>   https://git.savannah.gnu.org/cgit/guix.git/log/?h=keyring
>
> I'm confused.

Any update on this?

Ludo’.
diff mbox series

Patch

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"