gnu: rust-language-tags-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-language-tags-0.2)[arguments]: Skip build. Add rust-heapsize-0.3, rust-heapsize-plugin-0.1 to cargo-inputs. [properties]: Remove field.master
parent
ebe8fe5624
commit
5d9e02a467
|
@ -4803,6 +4803,11 @@ kernel32.")
|
|||
(base32
|
||||
"16hrjdpa827carq5x4b8zhas24d8kg4s16m6nmmn1kb7cr5qh7d9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-heapsize" ,rust-heapsize-0.3)
|
||||
("rust-heapsize-plugin" ,rust-heapsize-plugin-0.1))))
|
||||
(home-page "https://github.com/pyfisch/rust-language-tags")
|
||||
(synopsis "Language tags for Rust")
|
||||
(description
|
||||
|
@ -4811,7 +4816,6 @@ script, countries and other regions. They are commonly used in HTML and HTTP
|
|||
@code{Content-Language} and @code{Accept-Language} header fields. This package
|
||||
currently supports parsing (fully conformant parser), formatting and comparing
|
||||
language tags.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-lazy-static-1.3
|
||||
|
|
Reference in New Issue