[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52306] [PATCH 4/6] gnu: Add rust-xi-unicode-0.3.
From: |
Efraim Flashner |
Subject: |
[bug#52306] [PATCH 4/6] gnu: Add rust-xi-unicode-0.3. |
Date: |
Tue, 7 Dec 2021 13:47:45 +0200 |
Can you sort this package alphabetically? Also the synopsis needs some
tweaking, it shouldn't be the same as the description and shouldn't end
in a period.
On Sun, Dec 05, 2021 at 04:36:10PM -0500, jgart via Guix-patches via wrote:
> * gnu/packages/crates-io.scm (rust-xi-unicode-0.3): New variable.
> ---
> gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index 2d629bb59e..41bc459939 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -63277,6 +63277,26 @@ (define-public svd2rust
> "Generate Rust register maps (`struct`s) from SVD files")
> (license (list license:expat license:asl2.0))))
>
> +(define-public rust-xi-unicode-0.3
> + (package
> + (name "rust-xi-unicode")
> + (version "0.3.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "xi-unicode" version))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32 "12mvjgrhr7557cib69wm4q5s4srba27pg2df9l1zihrxgnbh0wx6"))))
> + (build-system cargo-build-system)
> + (arguments `(#:skip-build? #t))
> + (home-page "https://github.com/google/xi-editor")
> + (synopsis
> + "Unicode utilities useful for text editing, including a line breaking
> iterator.")
> + (description
> + "Unicode utilities useful for text editing, including a line breaking
> iterator.")
> + (license license:asl2.0)))
> +
> (define-public rust-shell2batch-0.4
> (package
> (name "rust-shell2batch")
> --
> 2.34.0
>
>
>
>
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
signature.asc
Description: PGP signature
- [bug#52306] [PATCH 1/6] gnu: Add git-interactive-rebase-tool, jgart, 2021/12/05
- [bug#52306] [PATCH 1/6] gnu: rust-proc-macro2-1: Update to 1.0.32., jgart, 2021/12/05
- [bug#52306] [PATCH 2/6] gnu: Add rust-rstest-0.6., jgart, 2021/12/05
- [bug#52306] [PATCH 3/6] gnu: rust-syn-1: Update to 1.0.82., jgart, 2021/12/05
- [bug#52306] [PATCH 4/6] gnu: Add rust-xi-unicode-0.3., jgart, 2021/12/05
- [bug#52306] [PATCH 4/6] gnu: Add rust-xi-unicode-0.3.,
Efraim Flashner <=
- [bug#52306] [PATCH 5/6] gnu: Add rust-concat-idents-1., jgart, 2021/12/05
- [bug#52306] [PATCH 6/6] gnu: Add git-interactive-rebase-tool., jgart, 2021/12/05