gnu: go-github-com-jackpal-gateway: Move to golang-web.
* gnu/packages/syncthing.scm (go-github-com-jackpal-gateway): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Ibc24eb85c76df4cea60749eaca55eb7ae7cb3cf5master
parent
9882215279
commit
915209cb7e
|
@ -1278,6 +1278,29 @@ used like a user interface for humans, to read and edit before passing the
|
||||||
JSON data to the machine.")
|
JSON data to the machine.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-jackpal-gateway
|
||||||
|
(package
|
||||||
|
(name "go-github-com-jackpal-gateway")
|
||||||
|
(version "1.0.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/jackpal/gateway")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1yms2dw4dnz4cvj9vhwh6193d50jhvn5awsp2g3a4lcc3sjrgd6m"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/jackpal/gateway"))
|
||||||
|
(home-page "https://github.com/jackpal/gateway")
|
||||||
|
(synopsis "Discover the address of a LAN gateway")
|
||||||
|
(description "@code{gateway} is a Go library for discovering the IP
|
||||||
|
address of the default LAN gateway.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-jackpal-go-nat-pmp
|
(define-public go-github-com-jackpal-go-nat-pmp
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jackpal-go-nat-pmp")
|
(name "go-github-com-jackpal-go-nat-pmp")
|
||||||
|
|
|
@ -280,28 +280,6 @@ structs in the Go programming language.")
|
||||||
(home-page "https://github.com/d4l3k/messagediff")
|
(home-page "https://github.com/d4l3k/messagediff")
|
||||||
(license expat)))
|
(license expat)))
|
||||||
|
|
||||||
(define-public go-github-com-jackpal-gateway
|
|
||||||
(package
|
|
||||||
(name "go-github-com-jackpal-gateway")
|
|
||||||
(version "1.0.6")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/jackpal/gateway")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1yms2dw4dnz4cvj9vhwh6193d50jhvn5awsp2g3a4lcc3sjrgd6m"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/jackpal/gateway"))
|
|
||||||
(synopsis "Discover the address of a LAN gateway")
|
|
||||||
(description "@code{gateway} is a Go library for discovering the IP
|
|
||||||
address of the default LAN gateway.")
|
|
||||||
(home-page "https://github.com/jackpal/gateway")
|
|
||||||
(license bsd-3)))
|
|
||||||
|
|
||||||
(define-public go-github-com-oschwald-geoip2-golang
|
(define-public go-github-com-oschwald-geoip2-golang
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-oschwald-geoip2-golang")
|
(name "go-github-com-oschwald-geoip2-golang")
|
||||||
|
|
Reference in New Issue