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 05/20] gnu: Add rust-flexi-logger
Date: Sun, 01 Aug 2021 12:12:25 +0200
[Message part 1 (text/plain, inline)]
On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote:

> ---
>  gnu/packages/crates-io.scm | 41 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 41 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index d3641af193..e322661709 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -15985,6 +15985,47 @@ Reader/Writer streams.  Contains bindings for zlib, deflate, and gzip-based
>  streams.")
>      (license (list license:expat license:asl2.0))))
>  
> +(define-public rust-flexi-logger-0.15
> +  (package
> +    (name "rust-flexi-logger")
> +    (version "0.15.12")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (crate-uri "flexi_logger" version))
> +        (file-name
> +          (string-append name "-" version ".tar.gz"))
> +        (sha256
> +          (base32
> +            "1gs2flpzjd4kr9jw614vaqxxz7fd56gqkr78j47q0ja1vfp3raxa"))))
> +    (build-system cargo-build-system)
> +    (arguments
> +      `(#:skip-build?
> +        #t
> +        #:cargo-inputs
> +        (("rust-atty" ,rust-atty-0.2)
> +         ("rust-chrono" ,rust-chrono-0.4)
> +         ("rust-flate2" ,rust-flate2-1)
> +         ("rust-glob" ,rust-glob-0.3)
> +         ("rust-hostname" ,rust-hostname-0.3)
> +         ("rust-lazy-static" ,rust-lazy-static-1)
> +         ("rust-libc" ,rust-libc-0.2)
> +         ("rust-log" ,rust-log-0.4)
> +         ("rust-notify" ,rust-notify-4)
> +         ("rust-regex" ,rust-regex-1)
> +         ("rust-serde" ,rust-serde-1)
> +         ("rust-serde-derive" ,rust-serde-derive-1)
> +         ("rust-thiserror" ,rust-thiserror-1)
> +         ("rust-toml" ,rust-toml-0.5)
> +         ("rust-yansi" ,rust-yansi-0.5))))
> +    (home-page
> +      "https://github.com/emabee/flexi_logger")
> +    (synopsis
> +      "Easy-to-configure and flexible logger")
> +    (description
> +      "Easy-to-configure and flexible logger that writes logs to stderr and/or to files")

Please keep lines at ~80 characters long; write full sentence(s).
[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.