GNU bug report logs - #52306
[PATCH 1/6] gnu: Add git-interactive-rebase-tool

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 5 Dec 2021 18:09:04 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Efraim Flashner <efraim <at> flashner.co.il>
To: jgart <jgart <at> dismail.de>
Cc: 52306 <at> debbugs.gnu.org
Subject: [bug#52306] [PATCH 4/6] gnu: Add rust-xi-unicode-0.3.
Date: Tue, 7 Dec 2021 13:47:45 +0200
[Message part 1 (text/plain, inline)]
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 <at> 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 (application/pgp-signature, inline)]

This bug report was last modified 3 years and 133 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.