diff options
| author | jgart <jgart@dismail.de> | 2021-12-05 16:36:10 -0500 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-14 10:55:38 +0100 |
| commit | cbb48e9875b9debcf59606af7eba3f28033d34a0 (patch) | |
| tree | fd9d8aa3f2989e96e5dae29ee2ab9e388985afba | |
| parent | c7c509c375f2ad8dc215b08c7883425aedb44435 (diff) | |
gnu: Add rust-xi-unicode-0.3.
* gnu/packages/crates-io.scm (rust-xi-unicode-0.3): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| -rw-r--r-- | gnu/packages/crates-io.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c6b5bad73ad..b5f3283574c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm | |||
| @@ -65970,6 +65970,27 @@ variant of this library is available separately as @code{im}.") | |||
| 65970 | "Generate Rust register maps (`struct`s) from SVD files") | 65970 | "Generate Rust register maps (`struct`s) from SVD files") |
| 65971 | (license (list license:expat license:asl2.0)))) | 65971 | (license (list license:expat license:asl2.0)))) |
| 65972 | 65972 | ||
| 65973 | (define-public rust-xi-unicode-0.3 | ||
| 65974 | (package | ||
| 65975 | (name "rust-xi-unicode") | ||
| 65976 | (version "0.3.0") | ||
| 65977 | (source | ||
| 65978 | (origin | ||
| 65979 | (method url-fetch) | ||
| 65980 | (uri (crate-uri "xi-unicode" version)) | ||
| 65981 | (file-name (string-append name "-" version ".tar.gz")) | ||
| 65982 | (sha256 | ||
| 65983 | (base32 "12mvjgrhr7557cib69wm4q5s4srba27pg2df9l1zihrxgnbh0wx6")))) | ||
| 65984 | (build-system cargo-build-system) | ||
| 65985 | (arguments `(#:skip-build? #t)) | ||
| 65986 | (home-page "https://github.com/google/xi-editor") | ||
| 65987 | (synopsis | ||
| 65988 | "Unicode utilities for text editing, including a line breaking iterator") | ||
| 65989 | (description | ||
| 65990 | "This package provides Unicode utilities useful for text editing, | ||
| 65991 | including a line breaking iterator.") | ||
| 65992 | (license license:asl2.0))) | ||
| 65993 | |||
| 65973 | (define-public rust-shell2batch-0.4 | 65994 | (define-public rust-shell2batch-0.4 |
| 65974 | (package | 65995 | (package |
| 65975 | (name "rust-shell2batch") | 65996 | (name "rust-shell2batch") |
