mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: go-github-com-macronut-go-tproxy: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-macronut-go-tproxy): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Ie0faee29489ffc89812d310eb3ccc5b0af642779
This commit is contained in:
parent
0accaa6967
commit
9e8ce9790b
2 changed files with 26 additions and 25 deletions
|
@ -4610,6 +4610,32 @@ (define-public go-github-com-libp2p-zeroconf-v2
|
||||||
intends to be compatible with Avahi.")
|
intends to be compatible with Avahi.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-macronut-go-tproxy
|
||||||
|
(package
|
||||||
|
(name "go-github-com-macronut-go-tproxy")
|
||||||
|
(version "0.0.0-20190726054950-ef7efd7f24ed")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/FutureProtocolLab/go-tproxy")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet '(delete-file-recursively "example"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/macronut/go-tproxy"))
|
||||||
|
(home-page "https://github.com/FutureProtocolLab/go-tproxy")
|
||||||
|
(synopsis "Linux Transparent Proxy library")
|
||||||
|
(description
|
||||||
|
"Golang TProxy provides an easy to use wrapper for the Linux Transparent
|
||||||
|
Proxy functionality.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-mailru-easyjson
|
(define-public go-github-com-mailru-easyjson
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mailru-easyjson")
|
(name "go-github-com-mailru-easyjson")
|
||||||
|
|
|
@ -3403,31 +3403,6 @@ (define-public go-github-com-lunixbochs-vtclean
|
||||||
optionally preserving color.")
|
optionally preserving color.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-macronut-go-tproxy
|
|
||||||
(package
|
|
||||||
(name "go-github-com-macronut-go-tproxy")
|
|
||||||
(version "0.0.0-20190726054950-ef7efd7f24ed")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/FutureProtocolLab/go-tproxy")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet '(delete-file-recursively "example"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/macronut/go-tproxy"))
|
|
||||||
(home-page "https://github.com/FutureProtocolLab/go-tproxy")
|
|
||||||
(synopsis "Linux Transparent Proxy library")
|
|
||||||
(description
|
|
||||||
"Golang TProxy provides an easy to use wrapper for the Linux Transparent
|
|
||||||
Proxy functionality.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-golang-org-rainycape-unidecode
|
(define-public go-golang-org-rainycape-unidecode
|
||||||
(let ((commit "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c")
|
(let ((commit "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Reference in a new issue