GNU bug report logs -
#53972
[PATCH] gnu: Add rtss.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#53972: [PATCH] gnu: Add rtss.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 53972 <at> debbugs.gnu.org.
--
53972: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53972
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
[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
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.