summaryrefslogtreecommitdiff
path: root/gnu/packages/ipfs.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-01 15:50:29 +0000
committerAndreas Enge <andreas@enge.fr>2026-03-18 14:07:29 +0100
commitbf2eacea00f310afbcf108a91afafa3bdff3d420 (patch)
tree5fc466d62b9339162643c7a6d1887b89f673412f /gnu/packages/ipfs.scm
parent17c4deba8556b5e614d5950e7365ae88e68f99a3 (diff)
gnu: Remove go-github-com-ipfs-go-merkledag.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-merkledag): Delete variable. Relates-to: https://codeberg.org/guix/guix/issues/6489 Change-Id: Ib8c659e49e08c708312bab74587ada2d264b1bcc
Diffstat (limited to 'gnu/packages/ipfs.scm')
-rw-r--r--gnu/packages/ipfs.scm47
1 files changed, 0 insertions, 47 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 7d9a1b2709a..8a04fdcee97 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1254,53 +1254,6 @@ IPLD graph as detailed below. Objects are demonstrated here using both
1254@code{go-ipld-prime} nodes and @code{go-ipld-format} legacy interface.") 1254@code{go-ipld-prime} nodes and @code{go-ipld-format} legacy interface.")
1255 (license (list license:expat license:asl2.0)))) 1255 (license (list license:expat license:asl2.0))))
1256 1256
1257(define-public go-github-com-ipfs-go-merkledag
1258 (package
1259 (name "go-github-com-ipfs-go-merkledag")
1260 (version "0.11.0")
1261 (source
1262 (origin
1263 (method git-fetch)
1264 (uri (git-reference
1265 (url "https://github.com/ipfs/go-merkledag")
1266 (commit (string-append "v" version))))
1267 (file-name (git-file-name name version))
1268 (sha256
1269 (base32 "0g1hrk2iw7gvk5qyv5avcc2idkc13w8agz6d7390bwjk18bdd5gr"))))
1270 (build-system go-build-system)
1271 (arguments
1272 (list
1273 #:import-path "github.com/ipfs/go-merkledag"
1274 #:phases
1275 #~(modify-phases %standard-phases
1276 ;; Tests requireing not packaged "github.com/ipfs/go-bitswap".
1277 (add-before 'check 'remove-failing-test-files
1278 (lambda* (#:key import-path #:allow-other-keys)
1279 (with-directory-excursion (string-append "src/" import-path)
1280 (delete-file "merkledag_test.go")))))))
1281 (propagated-inputs
1282 (list go-github-com-gogo-protobuf
1283 go-github-com-ipfs-go-block-format
1284 go-github-com-ipfs-go-blockservice
1285 go-github-com-ipfs-go-cid
1286 go-github-com-ipfs-go-datastore
1287 go-github-com-ipfs-go-ipfs-blockstore
1288 go-github-com-ipfs-go-ipfs-exchange-offline
1289 go-github-com-ipfs-go-ipfs-util
1290 go-github-com-ipfs-go-ipld-format
1291 go-github-com-ipfs-go-ipld-legacy
1292 go-github-com-ipfs-go-log-v2
1293 go-github-com-ipld-go-codec-dagpb
1294 go-github-com-ipld-go-ipld-prime
1295 go-github-com-multiformats-go-multihash))
1296 (home-page "https://github.com/ipfs/go-merkledag")
1297 (synopsis "IPFs merkledag service implementation")
1298 (description
1299 "Package merkledag implements the IPFS Merkle @acronym{Directed Acyclic
1300Graphs, DAG} data structures as specified in
1301@url{https://docs.ipfs.tech/concepts/merkle-dag}.")
1302 (license license:expat)))
1303
1304(define-public go-github-com-ipfs-go-metrics-interface 1257(define-public go-github-com-ipfs-go-metrics-interface
1305 (package 1258 (package
1306 (name "go-github-com-ipfs-go-metrics-interface") 1259 (name "go-github-com-ipfs-go-metrics-interface")