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 06/20] gnu: rust-fragile: Update to 1.0
Date: Sun, 01 Aug 2021 12:13:09 +0200
[Message part 1 (text/plain, inline)]
On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote:

> ---
>  gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index e322661709..258649f6a0 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -16452,6 +16452,29 @@ implementation that is more efficient for smaller hash keys.")
>  syntax, as used by HTML forms.")
>      (license (list license:expat license:asl2.0))))
>  
> +(define-public rust-fragile-1
> +  (package
> +    (name "rust-fragile")
> +    (version "1.0.0")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (crate-uri "fragile" version))
> +        (file-name
> +          (string-append name "-" version ".tar.gz"))
> +        (sha256
> +          (base32
> +            "1wlihmkjyhvl5rckal32p010piy1l15s6l81h7z31jcd971kk839"))))
> +    (build-system cargo-build-system)
> +    (arguments `(#:skip-build? #t))
> +    (home-page
> +      "https://github.com/mitsuhiko/rust-fragile")
> +    (synopsis
> +      "Provides wrapper types for sending non-send values to other threads")
> +    (description
> +      "Provides wrapper types for sending non-send values to other threads")

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.