mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: go-github-com-google-safehtml: Remove input labels.
* gnu/packages/golang-web (go-github-com-google-safehtml): Remove labels. Change-Id: I20f5748496988c9e64fa0783bb51507c6cfa933e
This commit is contained in:
parent
815821c139
commit
a3a25490ec
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue