mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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.
This commit is contained in:
parent
ebe8fe5624
commit
5d9e02a467
1 changed files with 5 additions and 1 deletions
|
@ -4803,6 +4803,11 @@ (define-public rust-language-tags-0.2
|
|||
(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 @@ (define-public rust-language-tags-0.2
|
|||
@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
|
||||
|
|
Loading…
Reference in a new issue