mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ kernel32.")
|
||||||
(base32
|
(base32
|
||||||
"16hrjdpa827carq5x4b8zhas24d8kg4s16m6nmmn1kb7cr5qh7d9"))))
|
"16hrjdpa827carq5x4b8zhas24d8kg4s16m6nmmn1kb7cr5qh7d9"))))
|
||||||
(build-system cargo-build-system)
|
(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")
|
(home-page "https://github.com/pyfisch/rust-language-tags")
|
||||||
(synopsis "Language tags for Rust")
|
(synopsis "Language tags for Rust")
|
||||||
(description
|
(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
|
@code{Content-Language} and @code{Accept-Language} header fields. This package
|
||||||
currently supports parsing (fully conformant parser), formatting and comparing
|
currently supports parsing (fully conformant parser), formatting and comparing
|
||||||
language tags.")
|
language tags.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-lazy-static-1.3
|
(define-public rust-lazy-static-1.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue