guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c36e17bdb4a6f42439343dbe1c09b02f566ca9de
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:26 2026 -0600
Revert "gnu: Add go-github-com-blevesearch-geo-s2."
This reverts commit 7db0a6938e3baca7342e1498b29d8d1b717ae6f1.
Change-Id: I89ce1d0f82a0a83ccdd46af8fddff99c58f339dd
---
gnu/packages/golang-web.scm | 8 --------
1 file changed, 8 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 06dc430862..fa185dd414 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -14281,14 +14281,6 @@ 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")