mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add rust-pure-rust-locales-0.5.
* gnu/packages/crates-io.scm (rust-pure-rust-locales-0.5): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
33b11ea782
commit
95f55fecf1
1 changed files with 25 additions and 0 deletions
|
@ -21527,6 +21527,31 @@ (define-public rust-pulse-0.5
|
||||||
(description "This package provides a library for async wake signals.")
|
(description "This package provides a library for async wake signals.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-pure-rust-locales-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-pure-rust-locales")
|
||||||
|
(version "0.5.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pure-rust-locales" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ryjj0gs4hfadqx9vl4sgi32zyb2dlvwpxca1m1kmrw9hk1g7gv5"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-itertools" ,rust-itertools-0.8)
|
||||||
|
("rust-nom" ,rust-nom-5))))
|
||||||
|
(home-page "https://github.com/cecton/pure-rust-locales")
|
||||||
|
(synopsis "Pure Rust locales imported directly from the GNU C Library")
|
||||||
|
(description
|
||||||
|
"Pure Rust locales imported directly from the GNU C Library.
|
||||||
|
@code{LC_COLLATE} and @code{LC_CTYPE} are not yet supported.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-quantiles-0.7
|
(define-public rust-quantiles-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-quantiles")
|
(name "rust-quantiles")
|
||||||
|
|
Loading…
Reference in a new issue