Message ID | 19a857be93bf913b55ad11f538dd5a8c8dfeb448.1724916487.git.poptsov.artyom@gmail.com |
---|---|
State | New |
Headers | show |
Series | [bug#72868] gnu: kubo: Fix build. | expand |
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.
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
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 --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"