guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7db0a6938e3baca7342e1498b29d8d1b717ae6f1
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 02:12:18 2026 +0000
gnu: Add go-github-com-blevesearch-geo-s2.
* gnu/packages/golang-web.scm (go-github-com-blevesearch-geo-s2): New
variable.
Signed-off-by: jgart <[email protected]>
---
gnu/packages/golang-web.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index fa185dd414..06dc430862 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -14281,6 +14281,14 @@ makes it especially suitable for working with
geographic data.")
(list #:import-path "github.com/blevesearch/geo/s1"
#:unpack-path "github.com/blevesearch/geo"))))
+(define-public go-github-com-blevesearch-geo-s2
+ (package
+ (inherit go-github-com-blevesearch-geo-geojson)
+ (name "go-github-com-blevesearch-geo-s2")
+ (arguments
+ (list #:import-path "github.com/blevesearch/geo/s2"
+ #:unpack-path "github.com/blevesearch/geo"))))
+
(define-public go-github-com-xo-dburl
(package
(name "go-github-com-xo-dburl")