diff options
| author | jgart <jgart@dismail.de> | 2026-02-06 15:14:32 -0600 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 15:19:56 -0600 |
| commit | 0eb329c91022a74f4b00bba87c23f290fa8596fd (patch) | |
| tree | 41d6ac25922bbe89a841a96d3a49107ea277bbcc /gnu | |
| parent | c5867ac54e9f5d4318602767ac53429ab72db99c (diff) | |
Revert "gnu: Add go-github-com-blevesearch-vellum."
This reverts commit 7dea8abe8f07ff46e8500675f27e8dbb43da1ce7.
Change-Id: I1aad30df9a693b0f36a480ddcbed2aa8dd4e79cb
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 486a301737..c4dd990b78 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15056,31 +15056,6 @@ provides that segment API interface.") interface. This package provides that key-value store API interface.") (license license:asl2.0))) -(define-public go-github-com-blevesearch-vellum - (package - (name "go-github-com-blevesearch-vellum") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blevesearch/vellum") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z0k2pf0qmdsg30a842l78f1dx1x6b8jnfpvvvgdk8cmq8bra0kf")))) - (build-system go-build-system) - (arguments - (list #:import-path "github.com/blevesearch/vellum")) - (propagated-inputs (list go-github-com-blevesearch-mmap-go - go-github-com-spf13-cobra - go-github-com-bits-and-blooms-bitset)) - (home-page "https://github.com/blevesearch/vellum") - (synopsis "Go finite state transducer") - (description "This package provides a Go library for building, serializing -and executing an @acronym{FST, finite state transducer}.") - (license license:asl2.0))) - (define-public go-github-com-liyue201-gostl (package (name "go-github-com-liyue201-gostl") |
