mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: rust-ammonia-4: Remove cargo-inputs labels.
* gnu/packages/crates-web.scm (rust-ammonia-4)[cargo-inputs, cargo-development-inputs]: Remove labels. Change-Id: Ib705af6bd51d488bcc1780c128e609b44f74455f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
122ed24f0a
commit
24bec14309
1 changed files with 9 additions and 7 deletions
|
|
@ -1953,13 +1953,15 @@ the Actix ecosystem.")
|
|||
(base32 "0nd432yg1cl9kj4i9c37a9hvwffayqh6zsvb4fmh31g5bsp9xf8s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("html5ever" ,rust-html5ever-0.27)
|
||||
("maplit" ,rust-maplit-1)
|
||||
("tendril" ,rust-tendril-0.4)
|
||||
("url" ,rust-url-2)
|
||||
("once_cell" ,rust-once-cell-1))
|
||||
#:cargo-development-inputs (("version-sync" ,rust-version-sync-0.9)
|
||||
("env_logger" ,rust-env-logger-0.10))))
|
||||
(list #:cargo-inputs
|
||||
(list rust-html5ever-0.27
|
||||
rust-maplit-1
|
||||
rust-tendril-0.4
|
||||
rust-url-2
|
||||
rust-once-cell-1)
|
||||
#:cargo-development-inputs
|
||||
(list rust-version-sync-0.9
|
||||
rust-env-logger-0.10)))
|
||||
(home-page "https://github.com/rust-ammonia/ammonia")
|
||||
(synopsis "Repair and secure untrusted HTML")
|
||||
(description "Ammonia is a whitelist-based HTML sanitization library.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue