GNU bug report logs -
#53972
[PATCH] gnu: Add rtss.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53972 in the body.
You can then email your comments to 53972 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53972
; Package
guix-patches
.
(Sun, 13 Feb 2022 15:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jai Vetrivelan <jaivetrivelan <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 13 Feb 2022 15:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-Add-rtss.patch (text/patch, inline)]
From e03fbcb6ef1823711d82ffc1bd7dc64901bdbd18 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Sun, 13 Feb 2022 20:10:09 +0530
Subject: [PATCH] gnu: Add rtss.
* gnu/packages/rust-apps.scm (rtss): New variable.
---
gnu/packages/rust-apps.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index a97fcc7968..888d291910 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1579,6 +1579,28 @@ (define-public rust-cargo-c
C-compatible) software.")
(license license:expat)))
+(define-public rtss
+ (package
+ (name "rtss")
+ (version "0.6.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rtss" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1r1b6fynkjnpj5p3k209sa13mjvh4k0ghzwnribm48dh9v7lfnnv"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-libc" ,rust-libc-0.2)
+ ("rust-memchr" ,rust-memchr-2))))
+ (home-page "https://github.com/Freaky/rtss")
+ (synopsis "Annotate stdout/stderr with elapsed times")
+ (description "@code{rtss} annotates its output with relative durations between
+consecutive lines and since program start.")
+ (license license:expat)))
+
(define-public swayhide
(package
(name "swayhide")
base-commit: e8af2ea63a7f497b8f8e19e206645109c0646e72
--
2.34.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Mon, 14 Feb 2022 10:01:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jai Vetrivelan <jaivetrivelan <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 14 Feb 2022 10:01:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 53972-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Jai Vetrivelan <jaivetrivelan <at> gmail.com> writes:
> From e03fbcb6ef1823711d82ffc1bd7dc64901bdbd18 Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
> Date: Sun, 13 Feb 2022 20:10:09 +0530
> Subject: [PATCH] gnu: Add rtss.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 14 Mar 2022 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.