summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2026-02-06 15:14:30 -0600
committerjgart <jgart@dismail.de>2026-02-06 15:19:54 -0600
commit3d486c5259c82e9f17095026f75e3ed66abeaef3 (patch)
treeaf052fe56d03b84d6ec2b469e761f0e7732d4358 /gnu
parente3773533411b8d052c23fc2c2c735c362251a699 (diff)
Revert "gnu: Add go-github-com-blevesearch-zapx-v16."
This reverts commit 833219c7b64ef3b8b7561fee9849b92b517acbbe. Change-Id: Id3443c8475785f746d9944695075e7c2c4f000ab
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 9823827d60..b0d0172cdd 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14988,37 +14988,6 @@ library bevacqua/fuzzysearch.")
provides that index API interface.")
(license license:asl2.0)))
-(define-public go-github-com-blevesearch-zapx-v16
- (package
- (name "go-github-com-blevesearch-zapx-v16")
- (version "16.3.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/blevesearch/zapx")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "19qjnp85y4p7fx66cd2n39pc38p7n6fvi263cjpbq3l4b3zf62j2"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/blevesearch/zapx"))
- (propagated-inputs (list go-github-com-bits-and-blooms-bitset
- go-github-com-blevesearch-bleve-index-api
- go-github-com-blevesearch-go-faiss
- go-github-com-blevesearch-mmap-go
- go-github-com-blevesearch-scorch-segment-api
- go-github-com-blevesearch-vellum
- go-github-com-golang-snappy
- go-github-com-roaringbitmap-roaring
- go-github-com-spf13-cobra))
- (home-page "https://github.com/blevesearch/zapx")
- (synopsis "Go zap file format library")
- (description "This package is a Go implementation of the zap file
-format.")
- (license license:asl2.0)))
-
(define-public go-github-com-blevesearch-gtreap
(package
(name "go-github-com-blevesearch-gtreap")