diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-01 15:53:07 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-18 14:07:29 +0100 |
| commit | cfc1c7e5c6571e4f3c4cf85d3f925e984a421e73 (patch) | |
| tree | e3e1a917dbefb5436685f3c7ff43f3bf0c860d4e /gnu | |
| parent | b269c61bd73b7a183ea8ccd722140535ca2551dc (diff) | |
gnu: Remove go-github-com-ipfs-go-ipfs-blockstore.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-blockstore): Delete variable.
Relates-to: https://codeberg.org/guix/guix/issues/6489
Change-Id: Id8854da78929001bd36cdd7b42f87c9ade4c69f0
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ipfs.scm | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index e90c0c0197..0abef7efcf 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -586,43 +586,6 @@ storing and retrieving items. Queued items are persisted across restarts.") "This package implements a filesystem based locking.") (license license:expat))) -(define-public go-github-com-ipfs-go-ipfs-blockstore - (package - (name "go-github-com-ipfs-go-ipfs-blockstore") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ipfs/go-ipfs-blockstore") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a3a0fm8k8njdlq2w795qff01piadjfp6r5r2hww69fxqsplln9l")))) - (build-system go-build-system) - (arguments - (list - #:import-path "github.com/ipfs/go-ipfs-blockstore")) - (propagated-inputs - (list go-github-com-hashicorp-golang-lru - go-github-com-ipfs-bbloom - go-github-com-ipfs-go-block-format - go-github-com-ipfs-go-cid - go-github-com-ipfs-go-datastore-0.6 - go-github-com-ipfs-go-ipfs-ds-help - go-github-com-ipfs-go-ipfs-util - go-github-com-ipfs-go-ipld-format - go-github-com-ipfs-go-log - go-github-com-ipfs-go-metrics-interface - go-github-com-multiformats-go-multihash - go-go-uber-org-atomic)) - (home-page "https://github.com/ipfs/go-ipfs-blockstore") - (synopsis "Caching wrapper over a IPFS datastore") - (description - "@code{go-ipfs-blockstore} implements a thin wrapper over an IPFS -datastore, giving a clean interface for getting and putting block objects.") - (license license:expat))) - (define-public go-github-com-ipfs-go-ipfs-blocksutil (package (name "go-github-com-ipfs-go-ipfs-blocksutil") |
