diff options
author | Troy Figiel <troy@troyfigiel.com> | 2024-02-17 18:38:53 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-19 23:32:31 +0000 |
commit | d234999cac6d6f16ce121ed2ead28adc0d41b5ed (patch) | |
tree | 1d64b764572b64974be047f3b8b476f4893762c2 /gnu/packages/golang-build.scm | |
parent | e9f30ad0a0815cfb3cdc46459fbc9accc0bf3c0b (diff) | |
download | guix-d234999cac6d6f16ce121ed2ead28adc0d41b5ed.tar.gz |
gnu: go-golang-org-x-net-html: Add missing input.
* gnu/packages/golang-build.scm (go-golang-org-x-net-html): Add missing input. [propagated-inputs]: Add go-golang-org-x-text. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/golang-build.scm')
-rw-r--r-- | gnu/packages/golang-build.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index 8b7dca46a6..04267845a5 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -16,6 +16,7 @@ ;;; Copyright © 2023 Katherine Cox-Buday <cox.katherine.e@gmail.com> ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr> ;;; Copyright © 2023 Timo Wilken <guix@twilken.net> +;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -252,6 +253,7 @@ loading algorithms.") (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 |