Archived
1
0
Fork 0

gnu: rust-ucd-trie-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-ucd-trie-0.1)[arguments]: Add
rust-lazy-static-1 to cargo-development-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-18 10:38:24 +02:00
parent 545c7a4e4a
commit dea8c812e6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -14674,11 +14674,13 @@ Unicode character database.")
(base32 (base32
"1hh6kyzh5xygwy96wfmsf8v8czlzhps2lgbcyhj1xzy1w1xys04g")))) "1hh6kyzh5xygwy96wfmsf8v8czlzhps2lgbcyhj1xzy1w1xys04g"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
(("rust-lazy-static" ,rust-lazy-static-1))))
(home-page "https://github.com/BurntSushi/ucd-generate") (home-page "https://github.com/BurntSushi/ucd-generate")
(synopsis "Trie for storing Unicode codepoint sets and maps") (synopsis "Trie for storing Unicode codepoint sets and maps")
(description (description
"This package provides a trie for storing Unicode codepoint sets and maps.") "This package provides a trie for storing Unicode codepoint sets and maps.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))