diff options
| author | jgart <jgart@dismail.de> | 2026-02-06 15:14:28 -0600 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 15:19:52 -0600 |
| commit | cf5d0bc5a65fc89e721519df407380f04ba1a585 (patch) | |
| tree | 9415a48e736a976ae4f9168ecb66888f549b38ba /gnu | |
| parent | 8a8a9fc624ac460b78f1570be68f5a802061e363 (diff) | |
Revert "gnu: Add go-github-com-blevesearch-geo-geojson."
This reverts commit 0764be9285d83ea2c657dd2f82b2f6a772876d0f.
Change-Id: I1b0d7690fe4969ee26b7d228b39a55428d0f7943
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-web.scm | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 7aaf1ea0a5..09eb329297 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -47,7 +47,6 @@ ;;; Copyright © 2025 Danny Milosavljevic <dannym@friendly-machines.com> ;;; Copyright © 2025 Patrick Norton <patrick.147.norton@gmail.com> ;;; Copyright © 2025 Jared Klingenberger <jkling@noreply.codeberg.org> -;;; Copyright © 2026 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -14220,35 +14219,6 @@ programming language.") programming language, which supports draft-04, draft-06 and draft-07.") (license license:asl2.0))) -(define-public go-github-com-blevesearch-geo-geojson - (package - (name "go-github-com-blevesearch-geo-geojson") - (version "0.2.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blevesearch/geo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05vgzxf6g7gmw9wymxxwkq2xxwakr1lrhs2jy6v91k7akgz9alsv")))) - (build-system go-build-system) - (arguments - (list #:import-path "github.com/blevesearch/geo/geojson" - #:unpack-path "github.com/blevesearch/geo")) - (propagated-inputs - (list go-github-com-blevesearch-bleve-index-api - go-github-com-json-iterator-go - go-github-com-google-go-cmp)) - (home-page "https://github.com/blevesearch/geo") - (synopsis "Go S2 geometry library") - (description "This is a library for manipulating geometric shapes. Unlike -many geometry libraries, S2 is primarily designed to work with spherical -geometry, i.e., shapes drawn on a sphere rather than on a planar 2D map. This -makes it especially suitable for working with geographic data.") - (license license:asl2.0))) - (define-public go-github-com-xo-dburl (package (name "go-github-com-xo-dburl") |
