mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: kubo: Unbundle more inputs.
* gnu/packages/ipfs.scm (kubo): Unbundle more inputs. [inputs]: Add go-github-com-ipfs-go-block-format, go-github-com-ipfs-go-ipld-format, go-github-com-ipfs-go-datastore Change-Id: Ia2f7a936d2af4f75c65cc0c0dc230982cc646ef8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
e535a2c30e
commit
6515cff981
1 changed files with 8 additions and 4 deletions
|
@ -544,9 +544,14 @@ (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-datastore"
|
||||
"vendor/github.com/ipfs/go-detect-race"
|
||||
"vendor/github.com/ipfs/go-ipfs-delay"
|
||||
"vendor/github.com/ipfs/go-ipfs-util"
|
||||
"vendor/github.com/ipfs/go-ipld-format"
|
||||
"vendor/github.com/ipfs/go-log"
|
||||
"vendor/github.com/jackpal"
|
||||
"vendor/github.com/jbenet"
|
||||
|
@ -617,11 +622,10 @@ (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
|
||||
;;go-github-com-ipfs-go-detect-race
|
||||
go-github-com-ipfs-go-datastore
|
||||
;;go-github-com-ipfs-go-ds-badger
|
||||
;;go-github-com-ipfs-go-ds-flatfs
|
||||
;;go-github-com-ipfs-go-ds-leveldb
|
||||
|
@ -629,7 +633,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
|
||||
|
|
Loading…
Reference in a new issue