diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 0a2661f..3a6a39c 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2319,3 +2319,29 @@ be used in open source or commercial projects.") (i18n) and localization (l10n), such as character encodings, text transformations, and locale-specific text handling.") (license license:bsd-3))) +(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 + (package + (name "go-golang-org-x-net") + (version "0.0.0-20190620200207-3b0461eec859") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/net") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/net")) + (propagated-inputs + `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) + ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" + ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) + ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" + ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) + (home-page "https://golang.org/x/net") + (synopsis "Go Networking") + (description + "This repository holds supplementary Go networking libraries.") + (license license:bsd-3)))