[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/78: gnu: Remove go-golang-org-x-net-html.
From: |
guix-commits |
Subject: |
77/78: gnu: Remove go-golang-org-x-net-html. |
Date: |
Fri, 23 Feb 2024 03:12:17 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit c19aeb86eb1e8e579be4420605687e1548119f14
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 22 18:31:07 2024 +0000
gnu: Remove go-golang-org-x-net-html.
golang.org/x/net is distributed as a single module according to provided
go.mod file. This changes remove the last reference to
golang.org/x/net/html.
* gnu/packages/golang-build.scm (go-golang-org-x-net) [propagated-inputs]:
Add
go-golang-org-x-sys, go-golang-org-x-term and go-golang-org-x-text.
(go-golang-org-x-net-html): Remove variable.
* gnu/packages/version-control.scm (ghq) [inputs]: Remove
go-golang-org-x-net-html. Add go-golang-org-x-net.
Change-Id: Ic275f2f7ccd145edfd376d65bd24599a550e849a
---
gnu/packages/golang-build.scm | 15 ++-------------
gnu/packages/version-control.scm | 2 +-
2 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 04267845a5..531774e239 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -222,6 +222,8 @@ loading algorithms.")
#~(modify-phases %standard-phases
;; Source-only package
(delete 'build))))
+ (propagated-inputs
+ (list go-golang-org-x-sys go-golang-org-x-term go-golang-org-x-text))
(home-page "https://go.googlesource.com/net")
(synopsis "Go supplemental networking libraries")
(description "This package provides supplemental Go networking
libraries.")
@@ -246,19 +248,6 @@ loading algorithms.")
(sha256
(base32 "17zhim2m0r8nyy18g2lsawxm4rawix2qbjyn80x9vc6jc8fv05m9")))))))
-(define-public go-golang-org-x-net-html
- (package
- (inherit go-golang-org-x-net)
- (name "go-golang-org-x-net-html")
- (arguments
- '(#:import-path "golang.org/x/net/html"
- #:unpack-path "golang.org/x/net"))
- (propagated-inputs (list go-golang-org-x-text))
- (home-page "https://godoc.org/golang.org/x/net/html")
- (synopsis "HTML5-compliant tokenizer and parser")
- (description
- "This package provides an HTML5-compliant tokenizer and parser.")))
-
(define-public go-golang-org-x-sync
(let ((commit "8fcdb60fdcc0539c5e357b2308249e4e752147f1")
(revision "1"))
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index f683bc4e0e..cfe4788125 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3746,7 +3746,7 @@ If several repos are related, it helps to see their
status together.")
go-github-com-motemen-go-colorine
go-github-com-saracen-walker
go-github-com-urfave-cli-v2
- go-golang-org-x-net-html
+ go-golang-org-x-net
go-golang.org-x-sync-errgroup))
(synopsis "Manage remote repository clones")
(description
- 07/78: gnu: Add neovim-dispatch., (continued)
- 07/78: gnu: Add neovim-dispatch., guix-commits, 2024/02/23
- 24/78: gnu: font-intel-one-mono: Update to 1.3.0., guix-commits, 2024/02/23
- 25/78: gnu: font-intel-one-mono: Split outputs for "out", "ttf" and "woff"., guix-commits, 2024/02/23
- 33/78: gnu: emacs-eglot: Update to 1.17., guix-commits, 2024/02/23
- 51/78: gnu: emacs-jinx: Update to 1.2., guix-commits, 2024/02/23
- 74/78: gnu: Add go-go-etcd-io-gofail., guix-commits, 2024/02/23
- 73/78: gnu: tlpui: Fix build., guix-commits, 2024/02/23
- 63/78: gnu: emacs-ox-tufte: Update to 4.0.4., guix-commits, 2024/02/23
- 50/78: gnu: emacs-gptel: Update to 0.7.0., guix-commits, 2024/02/23
- 35/78: gnu: emacs-excorporate: Update to 1.1.2., guix-commits, 2024/02/23
- 77/78: gnu: Remove go-golang-org-x-net-html.,
guix-commits <=
- 71/78: gnu: gnucobol: Remove pregenerated files., guix-commits, 2024/02/23
- 66/78: gnu: emacs-tempel: Update to 1.1., guix-commits, 2024/02/23
- 48/78: gnu: emacs-flymake-mypy: Update to 0.3.1., guix-commits, 2024/02/23
- 69/78: gnu: emacs-visual-fill-column: Update to 2.5.2., guix-commits, 2024/02/23
- 62/78: gnu: emacs-org-fc: Update to 0.5.1., guix-commits, 2024/02/23
- 64/78: gnu: emacs-pg: Update to 0.28., guix-commits, 2024/02/23
- 75/78: gnu: go-go-etcd-io-bbolt: Move to (gnu packages golang-xyz)., guix-commits, 2024/02/23
- 59/78: gnu: emacs-osm: Update to 1.3., guix-commits, 2024/02/23
- 70/78: gnu: emacs-yeetube: Update to 2.1.2., guix-commits, 2024/02/23
- 54/78: gnu: emacs-mastodon: Update to 1.0.14., guix-commits, 2024/02/23