all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53972] [PATCH] gnu: Add rtss.
@ 2022-02-13 15:21 Jai Vetrivelan
  2022-02-14 10:00 ` bug#53972: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-13 15:21 UTC (permalink / raw)
  To: 53972

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-rtss.patch --]
[-- Type: text/patch, Size: 1504 bytes --]

From e03fbcb6ef1823711d82ffc1bd7dc64901bdbd18 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53972: [PATCH] gnu: Add rtss.
  2022-02-13 15:21 [bug#53972] [PATCH] gnu: Add rtss Jai Vetrivelan
@ 2022-02-14 10:00 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-14 10:00 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 53972-done

Hello,

Jai Vetrivelan <jaivetrivelan@gmail.com> writes:

> From e03fbcb6ef1823711d82ffc1bd7dc64901bdbd18 Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan@gmail.com>
> Date: Sun, 13 Feb 2022 20:10:09 +0530
> Subject: [PATCH] gnu: Add rtss.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-14 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13 15:21 [bug#53972] [PATCH] gnu: Add rtss Jai Vetrivelan
2022-02-14 10:00 ` bug#53972: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.