GNU bug report logs -
#52306
[PATCH 1/6] gnu: Add git-interactive-rebase-tool
Previous Next
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
Message #32 received at 52306 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This package also should be sorted alphabetically and have the
synopsis/description tweaked.
On Sun, Dec 05, 2021 at 04:36:11PM -0500, jgart via Guix-patches via wrote:
> * gnu/packages/crates-io.scm (rust-concat-idents-1): New variable.
> ---
> gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index 41bc459939..a05cbc40ad 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -63297,6 +63297,30 @@ (define-public rust-xi-unicode-0.3
> "Unicode utilities useful for text editing, including a line breaking iterator.")
> (license license:asl2.0)))
>
> +(define-public rust-concat-idents-1
> + (package
> + (name "rust-concat-idents")
> + (version "1.1.3")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "concat-idents" version))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32 "0bqdl6vml2ksyz6hc4xlpw3iqaagxs7xn0xinwa51ms80a390vsb"))))
> + (build-system cargo-build-system)
> + (arguments
> + `(#:skip-build?
> + #t
> + #:cargo-inputs
> + (("rust-quote" ,rust-quote-1) ("rust-syn" ,rust-syn-1))))
> + (home-page "https://github.com/DzenanJupic/concat-idents")
> + (synopsis
> + "Allows concatenating multiple identifiers and using them everywhere")
> + (description
> + "Allows concatenating multiple identifiers and using them everywhere")
> + (license (list license:expat 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.