me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-microcosm-cc-bluemonday: Adjust inputs.

* gnu/packages/golang.scm (go-github-com-microcosm-cc-bluemonday)
[native-inputs]: Remove go-github-com-aymeric-douceur,
go-github-com-gorillia-css.  Move go-github-com-chris-ramon-douceur,
go-glang-org-x-net ...
[propagated-inputs]: ... to here.
master
Efraim Flashner 2022-01-05 12:30:43 +02:00
parent ad82f2a231
commit 4faade1285
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -7164,9 +7164,9 @@ transforms one JSON document into another through a JMESPath expression.")
(build-system go-build-system)
(arguments
`(#:import-path "github.com/microcosm-cc/bluemonday"))
(native-inputs
(list go-github-com-chris-ramon-douceur go-github-com-aymerick-douceur
go-github-com-gorilla-css go-golang-org-x-net))
(propagated-inputs
(list go-github-com-chris-ramon-douceur
go-golang-org-x-net))
(home-page "https://github.com/microcosm-cc/bluemonday/")
(synopsis "HTML sanitizer")
(description "@code{bluemonday} is a HTML sanitizer implemented in Go.")