guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/65: gnu: go-github-com-google-safehtml: Remove input labels.


From: guix-commits
Subject: 27/65: gnu: go-github-com-google-safehtml: Remove input labels.
Date: Wed, 3 Jan 2024 16:51:16 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit a3a25490ec6d7da6f8da2bc374e28d11ccc3a4d8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 29 22:35:05 2023 +0000

    gnu: go-github-com-google-safehtml: Remove input labels.
    
    * 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 --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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]