gnu: rust-unicase-2.4: Don't hide package.
* gnu/packages/crates-io.scm (rust-unicase-2.4)[arguments]: Add rust-version-check-0.1 to cargo-inputs. [properties]: Remove field.master
parent
5ca35cc07f
commit
1203fbcf0a
|
@ -13110,11 +13110,12 @@ with the Unicode character database.")
|
||||||
(base32
|
(base32
|
||||||
"1xmpmkakhhblq7dzab1kwyv925kv7fqjkjsxjspg6ix9n88makm8"))))
|
"1xmpmkakhhblq7dzab1kwyv925kv7fqjkjsxjspg6ix9n88makm8"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-version-check" ,rust-version-check-0.1))))
|
||||||
(home-page "https://github.com/seanmonstar/unicase")
|
(home-page "https://github.com/seanmonstar/unicase")
|
||||||
(synopsis "Case-insensitive wrapper around strings")
|
(synopsis "Case-insensitive wrapper around strings")
|
||||||
(description
|
(description
|
||||||
"A case-insensitive wrapper around strings.")
|
"A case-insensitive wrapper around strings.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in New Issue