1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 17:55:55 +02:00

gnu: Add go-github-com-blevesearch-mmap-go.

* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-mmap-go): New
variable.

Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Arun Isaac
2026-02-06 01:48:49 +00:00
committed by jgart
parent 3eab7ed68f
commit 9296093b46
+18
View File
@@ -7570,6 +7570,24 @@ program's running, don't expect consistent results between platforms
@end itemize")
(license license:bsd-3)))
(define-public go-github-com-blevesearch-mmap-go
(package
(inherit go-github-com-edsrzf-mmap-go)
(name "go-github-com-blevesearch-mmap-go")
(version "1.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/blevesearch/mmap-go")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1wnjv27jf0lg9vdmcnzc56b5gl7250qiq0y917yc2lghvp3qdafy"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/blevesearch/mmap-go"))))
(define-public go-github-com-edwvee-exiffix
(package
(name "go-github-com-edwvee-exiffix")