mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: Remove go-github-com-dreamacro-go-shadowsocks2.
Not in use by any other packages in Guix, project has been deleted in GitHub. * gnu/packages/golang.scm (go-github-com-dreamacro-go-shadowsocks2): Delete variable. Change-Id: I2ad9ab6cc23995f0ad3003c1f51b920af96e3fa6
This commit is contained in:
parent
8f73380093
commit
1d0db2f9af
1 changed files with 0 additions and 30 deletions
|
@ -4746,36 +4746,6 @@ aware of your profiles and configuration in ~/.aws/config.")
|
||||||
"This package provides INI file read and write functionality in Go.")
|
"This package provides INI file read and write functionality in Go.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-dreamacro-go-shadowsocks2
|
|
||||||
(package
|
|
||||||
(name "go-github-com-dreamacro-go-shadowsocks2")
|
|
||||||
(version "0.1.7")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/Dreamacro/go-shadowsocks2")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0sjr3r77fav6q0ii6dnp4px9gaz7cq861a0yxppvb6a58420bx3h"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments '(#:import-path "github.com/Dreamacro/go-shadowsocks2"))
|
|
||||||
(propagated-inputs (list go-golang-org-x-crypto))
|
|
||||||
(home-page "https://github.com/Dreamacro/go-shadowsocks2")
|
|
||||||
(synopsis "Shadowsocks implementation in Go")
|
|
||||||
(description
|
|
||||||
"This package is @code{shadowsocks} implementation in Go
|
|
||||||
|
|
||||||
Features:
|
|
||||||
@itemize
|
|
||||||
@item SOCKS5 proxy
|
|
||||||
@item Support for Netfilter TCP redirect (IPv6 should work but not tested)
|
|
||||||
@item UDP tunneling (e.g. relay DNS packets)
|
|
||||||
@item TCP tunneling (e.g. benchmark with iperf3)
|
|
||||||
@end itemize")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-google-go-jsonnet
|
(define-public go-github-com-google-go-jsonnet
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-google-go-jsonnet")
|
(name "go-github-com-google-go-jsonnet")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue