GNU bug report logs -
#66805
[PATCH 00/22] gnu: rust-apps: Add eza.
Previous Next
Reported by: Jaeme Sifat <jaeme <at> runbox.com>
Date: Sun, 29 Oct 2023 04:26:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-pure-rust-locales-0.7): New variable.
Signed-off-by: Jaeme Sifat <jaeme <at> runbox.com>
Change-Id: If0f2f4ba2cac2b5c8c3e35647bd60bba6d274bf1
---
gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++++-------
1 file changed, 24 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 10e45af42d..77764815b1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54214,8 +54214,30 @@ (define-public rust-pulse-0.5
(description "This package provides a library for async wake signals.")
(license license:asl2.0)))
+(define-public rust-pure-rust-locales-0.7
+ (package
+ (name "rust-pure-rust-locales")
+ (version "0.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "pure-rust-locales" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0cl46srhxzj0jlvfp73l8l9qw54qwa04zywaxdf73hidwqlsh0pd"))))
+ (build-system cargo-build-system)
+ (arguments `(#:cargo-test-flags `("--"
+ "--skip=checksum")))
+ (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-pure-rust-locales-0.5
(package
+ (inherit rust-pure-rust-locales-0.7)
(name "rust-pure-rust-locales")
(version "0.5.3")
(source
@@ -54231,13 +54253,8 @@ (define-public rust-pure-rust-locales-0.5
(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)))
+ ("rust-nom" ,rust-nom-5))))))
+
(define-public rust-pyo3-build-config-0.19
(package
--
2.34.1
This bug report was last modified 1 year and 255 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.