GNU bug report logs - #49451
Adding package aparte (rust XMPP TUI client)

Previous Next

Package: guix-patches;

Reported by: southerntofu <at> thunix.net

Date: Wed, 7 Jul 2021 06:29:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Xinglu Chen <public <at> yoctocell.xyz>
To: southerntofu <southerntofu <at> thunix.net>, 49451 <at> debbugs.gnu.org
Subject: [bug#49451] [PATCH 17/20] gnu: Add rust-xmpp-parsers
Date: Sun, 01 Aug 2021 12:24:09 +0200
[Message part 1 (text/plain, inline)]
On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote:

> ---
>  gnu/packages/crates-io.scm | 34 ++++++++++++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index f2e32d6172..9bd91b0b7d 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -55033,6 +55033,40 @@ to XDG Base Directory specification.")
>  parser.")
>      (license (list license:expat license:asl2.0))))
>  
> +(define-public rust-xmpp-parsers-0.18
> +  (package
> +    (name "rust-xmpp-parsers")
> +    (version "0.18.1")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (crate-uri "xmpp-parsers" version))
> +        (file-name
> +          (string-append name "-" version ".tar.gz"))
> +        (sha256
> +          (base32
> +            "064bjmngy0abcp9wcms7h5b13rljr0isliy83csaa0j7xyjmpkq1"))))
> +    (build-system cargo-build-system)
> +    (arguments
> +      `(#:skip-build?
> +        #t
> +        #:cargo-inputs
> +        (("rust-base64" ,rust-base64-0.13)
> +         ("rust-blake2" ,rust-blake2-0.9)
> +         ("rust-chrono" ,rust-chrono-0.4)
> +         ("rust-digest" ,rust-digest-0.9)
> +         ("rust-jid" ,rust-jid-0.9)
> +         ("rust-minidom" ,rust-minidom-0.13)
> +         ("rust-sha-1" ,rust-sha-1-0.9)
> +         ("rust-sha2" ,rust-sha2-0.9)
> +         ("rust-sha3" ,rust-sha3-0.9))))
> +    (home-page "https://gitlab.com/xmpp-rs/xmpp-rs")
> +    (synopsis
> +      "Collection of parsers and serialisers for XMPP extensions")
> +    (description
> +      "Collection of parsers and serialisers for XMPP extensions")

Full sentence and missing period.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 75 days ago.

Previous Next


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