all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 71501@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#71501] [PATCH 3/3] gnu: kubo: Unbundle more inputs.
Date: Wed, 12 Jun 2024 08:37:45 +0300	[thread overview]
Message-ID: <f0feee66c94a3c9bdfa873220c9da6e445afc1bd.1718170407.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1718170407.git.poptsov.artyom@gmail.com>

* gnu/packages/ipfs.scm (kubo): Unbundle more inputs.
  [inputs]: Add go-github-com-ipfs-go-block-format,
  go-github-com-ipfs-go-ipld-format.

Change-Id: Ia2f7a936d2af4f75c65cc0c0dc230982cc646ef8
---
 gnu/packages/ipfs.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index faf529b6a7..0681ab8575 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -480,8 +480,10 @@ (define-public kubo
                              "vendor/github.com/google/uuid"
                              "vendor/github.com/gorilla"
                              "vendor/github.com/hashicorp"
+                             "vendor/github.com/ipfs/go-block-format"
                              "vendor/github.com/ipfs/go-cid"
                              "vendor/github.com/ipfs/go-cidutil"
+                             "vendor/github.com/ipfs/go-ipld-format"
                              "vendor/github.com/ipfs/go-ipfs-util"
                              "vendor/github.com/ipfs/go-log"
                              "vendor/github.com/jackpal"
@@ -553,7 +555,7 @@ (define-public kubo
                   go-github-com-google-uuid
                   go-github-com-hashicorp-go-multierror
                   ;;go-github-com-ipfs-boxo
-                  ;;go-github-com-ipfs-go-block-format
+                  go-github-com-ipfs-go-block-format
                   go-github-com-ipfs-go-cid
                   go-github-com-ipfs-go-cidutil
                   ;;go-github-com-ipfs-go-datastore
@@ -565,7 +567,7 @@ (define-public kubo
                   ;;go-github-com-ipfs-go-fs-lock
                   ;;go-github-com-ipfs-go-ipfs-cmds
                   ;;go-github-com-ipfs-go-ipld-cbor
-                  ;;go-github-com-ipfs-go-ipld-format
+                  go-github-com-ipfs-go-ipld-format
                   ;;go-github-com-ipfs-go-ipld-git
                   ;;go-github-com-ipfs-go-ipld-legacy
                   go-github-com-ipfs-go-log
-- 
2.45.1





  parent reply	other threads:[~2024-06-12  5:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-12  5:35 [bug#71501] [PATCH 0/3] gnu: kubo: Unbundle more inputs Artyom V. Poptsov
2024-06-12  5:37 ` [bug#71501] [PATCH 1/3] gnu: Add go-github-com-ipfs-go-block-format Artyom V. Poptsov
2024-06-12  5:37 ` [bug#71501] [PATCH 2/3] gnu: Add go-github-com-ipfs-go-ipld-format Artyom V. Poptsov
2024-06-12  5:37 ` Artyom V. Poptsov [this message]
2024-06-17 21:57 ` bug#71501: [PATCH 0/3] gnu: kubo: Unbundle more inputs Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f0feee66c94a3c9bdfa873220c9da6e445afc1bd.1718170407.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=71501@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.