mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-mattn-go-ieproxy.
* gnu/packages/golang-web.scm (go-github-com-mattn-go-ieproxy): New variable. Change-Id: Ie132802cf505a0ee736c92f5e6f0264eecccc827
This commit is contained in:
parent
395c4e9c41
commit
806623a37d
1 changed files with 26 additions and 0 deletions
|
@ -5262,6 +5262,32 @@ supported by HTTP PATCH method, allowing for standards based partial updates
|
||||||
via REST APIs.")
|
via REST APIs.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-mattn-go-ieproxy
|
||||||
|
(package
|
||||||
|
(name "go-github-com-mattn-go-ieproxy")
|
||||||
|
(version "0.0.12")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/mattn/go-ieproxy")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1cqfjq106vdm9l9ddb4pps001wxwzabrq2q82f9dimszfq0my8av"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/mattn/go-ieproxy"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-net
|
||||||
|
go-golang-org-x-sys))
|
||||||
|
(home-page "https://github.com/mattn/go-ieproxy")
|
||||||
|
(synopsis "Detect the proxy settings from Golang")
|
||||||
|
(description
|
||||||
|
"Package ieproxy is a utility to retrieve the proxy parameters.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-mattn-go-mastodon
|
(define-public go-github-com-mattn-go-mastodon
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mattn-go-mastodon")
|
(name "go-github-com-mattn-go-mastodon")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue