diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-12 13:35:24 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:49 +0100 |
commit | 4fe70563c53f6dc9d58466660644d90951ef7f08 (patch) | |
tree | 7424e341e056eec8fe472e93419948beff31ec96 /gnu/packages | |
parent | 4798af971ce9a61841d59dbf5f7b011c79b4c3ec (diff) | |
download | guix-4fe70563c53f6dc9d58466660644d90951ef7f08.tar.gz guix-4fe70563c53f6dc9d58466660644d90951ef7f08.zip |
gnu: Remove go-golang-org-x-net-0.17.
* gnu/packages/golang-build.scm (go-golang-org-x-net-0.17): Delete variable.
Change-Id: Id8c581b1f89c452b13977a05e68a60666e487429
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang-build.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index 8b2d93d72a..7b327202a5 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -322,25 +322,6 @@ loading algorithms.") (description "This package provides supplemental Go networking libraries.") (license license:bsd-3)))) -;; XXX: Not in use by any other packages, consider to remove or merge with -;; go-golang-org-x-net. -(define-public go-golang-org-x-net-0.17 - (let ((commit "b225e7ca6dde1ef5a5ae5ce922861bda011cfabd") - (revision "0")) - (package - (inherit go-golang-org-x-net) - (name "go-golang-org-x-net") - (version (git-version "0.17.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17zhim2m0r8nyy18g2lsawxm4rawix2qbjyn80x9vc6jc8fv05m9"))))))) - (define-public go-golang-org-x-sync (package (name "go-golang-org-x-sync") |