summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-11-29 22:35:05 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-03 16:35:18 -0500
commita3a25490ec6d7da6f8da2bc374e28d11ccc3a4d8 (patch)
tree75c71fe375689f84f16006d3c38ad9eb37532fa5 /gnu/packages
parent815821c139798e42e2c022a5c2128ea10e9d2fea (diff)
gnu: go-github-com-google-safehtml: Remove input labels.
* gnu/packages/golang-web (go-github-com-google-safehtml): Remove labels. Change-Id: I20f5748496988c9e64fa0783bb51507c6cfa933e
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang-web.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index ce95d1b467..9aa3fe8233 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -163,7 +163,8 @@ application's http.Handlers.")
(build-system go-build-system)
(arguments
'(#:import-path "github.com/google/safehtml"))
- (propagated-inputs `(("go-golang-org-x-text" ,go-golang-org-x-text)))
+ (propagated-inputs
+ (list go-golang-org-x-text))
(home-page "https://github.com/google/safehtml")
(synopsis "Safe HTML for Go")
(description