gnu: go-github-com-google-safehtml: Remove input labels.
* gnu/packages/golang-web (go-github-com-google-safehtml): Remove labels. Change-Id: I20f5748496988c9e64fa0783bb51507c6cfa933emaster
parent
815821c139
commit
a3a25490ec
|
@ -163,7 +163,8 @@ application's http.Handlers.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/google/safehtml"))
|
'(#: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")
|
(home-page "https://github.com/google/safehtml")
|
||||||
(synopsis "Safe HTML for Go")
|
(synopsis "Safe HTML for Go")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue