diff mbox series

[bug#66827,27/67] gnu: go-github-com-google-safehtml: Remove input labels.

Message ID 6897dbf14865b56164616da1f3fd5115fdf7227d.1699403992.git.sharlatanus@gmail.com
State New
Headers show
Series [bug#66827,01/67] gnu: Add (gnu packages golang-web) module. | expand

Commit Message

Sharlatan Hellseher Nov. 8, 2023, 12:41 a.m. UTC
* gnu/packages/golang-web (go-github-com-google-safehtml): Remove labels.

Change-Id: I20f5748496988c9e64fa0783bb51507c6cfa933e
---
 gnu/packages/golang-web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 @@  (define-public go-github-com-google-safehtml
     (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