summary refs log tree commit diff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-08-29 08:04:12 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-08-29 08:04:12 +0100
commit09fe58e08cb1ff9be93752b018c5dd55c8ef9498 (patch)
tree377c4369da23734c6050d9aa0f9f0e4c8dcfddc7
parent58906decf1ef205bd7195b0a042832ce8142bf6a (diff)
downloadguix-09fe58e08cb1ff9be93752b018c5dd55c8ef9498.tar.gz
Revert "gnu: Add go-github-com-ipfs-go-ipfs-posinfo."
This reverts commit db1b89d8e63c84e548c79b932247917a73d20890.

It was accidently pushed after review precess and attempt to exclude it
from Kubo, introduce regression seen in
<https://ci.guix.gnu.org/build/5513172/log/raw>.  The project is
deprecated and patch is not required.
-rw-r--r--gnu/packages/ipfs.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 3f84031172..aeb1e7751c 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -189,33 +189,6 @@ giving a clean interface for getting and putting block objects.")
 @url{https://github.com/ipfs/go-block-format, IPFS blocks}.")
       (license license:expat))))
 
-;; XXX: This repository has been archived by the owner on Jun 20, 2023. It is
-;; now read-only.
-(define-public go-github-com-ipfs-go-ipfs-posinfo
-  (package
-    (name "go-github-com-ipfs-go-ipfs-posinfo")
-    (version "0.0.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/ipfs/go-ipfs-posinfo")
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1wgd3708gr42f37dcva41w1pkb5iywf8jdx6pgfhwwlw2s4lrn0p"))))
-    (build-system go-build-system)
-    (arguments
-     (list
-      #:import-path "github.com/ipfs/go-ipfs-posinfo"))
-    (propagated-inputs
-     (list go-github-com-ipfs-go-ipld-format))
-    (home-page "https://github.com/ipfs/go-ipfs-posinfo")
-    (synopsis "Wrap offset information for IPFS filestore nodes")
-    (description
-     "@code{go-ipfs-posinfo} wraps offset information for IPFS filestore nodes.")
-    (license license:expat)))
-
 (define-public go-github-com-ipfs-go-cid
   (package
     (name "go-github-com-ipfs-go-cid")
@@ -899,7 +872,6 @@ types.")
                              "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"