diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-27 14:46:11 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-27 15:28:26 +0100 |
commit | be7386e288589f656658a109c73f4c37b4bddbff (patch) | |
tree | 699f62ea6ec20db19ba07c9d35dd9a179dabd21c /gnu/packages/syncthing.scm | |
parent | 3a94f439b39f3f4e11dd8feeb77bfc4e35d4735d (diff) | |
download | guix-be7386e288589f656658a109c73f4c37b4bddbff.tar guix-be7386e288589f656658a109c73f4c37b4bddbff.tar.gz |
gnu: go-github-com-oschwald-geoip2-golang: Move to golang-web.
* gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang):
Move from here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: Ie95d3630ec98cd2f60139914959a82dc3313ea05
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r-- | gnu/packages/syncthing.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 28c3f0dbd2..b9cd50740d 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -280,31 +280,6 @@ structs in the Go programming language.") (home-page "https://github.com/d4l3k/messagediff") (license expat))) -(define-public go-github-com-oschwald-geoip2-golang - (package - (name "go-github-com-oschwald-geoip2-golang") - (version "1.4.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/oschwald/geoip2-golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1jj4rbdpy87rbl79czg5hs5dyn6xlbnk0bnvyzi71dsxan57nixw")))) - (build-system go-build-system) - (propagated-inputs - (list go-github-com-oschwald-maxminddb-golang go-golang-org-x-sys)) - (arguments - `(#:import-path "github.com/oschwald/geoip2-golang" - #:tests? #f)) ; Requires some unpackaged software and test data - (synopsis "MaxMind GeoIP2 reader") - (description "This package provides a library for reading MaxMind -GeoLite2 and GeoIP2 databases in Go.") - (home-page "https://github.com/oschwald/geoip2-golang") - (license isc))) - (define-public go-github-com-thejerf-suture (package (name "go-github-com-thejerf-suture") |