[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#53324: [PATCH] gnu: Add uftrace.
From: |
Ludovic Courtès |
Subject: |
bug#53324: [PATCH] gnu: Add uftrace. |
Date: |
Thu, 20 Jan 2022 15:27:46 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Olivier Dion <olivier.dion@polymtl.ca> skribis:
> * gnu/packages/instrumentation.scm: (uftrace): New variable.
Applied with the following tweaks.
Thanks!
Ludo’.
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 29c15d1deb..a58a474a38 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -283,22 +283,16 @@ (define-public uftrace
(invoke "./configure"
(string-append "--prefix="
(assoc-ref outputs "out"))))))))
- (native-search-paths
- (list (search-path-specification
- (variable "TERMINFO_DIRS")
- (files '("share/terminfo")))))
(inputs
- (list
- capstone
- elfutils
- libunwind
- ncurses))
+ (list capstone
+ elfutils
+ libunwind
+ ncurses))
(native-inputs
- (list
- luajit
- pandoc
- pkg-config
- python-wrapper))
+ (list luajit
+ pandoc
+ pkg-config
+ python-wrapper))
(home-page "https://github.com/namhyung/uftrace")
(synopsis "Function graph tracer for C/C++/Rust")
(description "uftrace is a tool for tracing and analyzing the execution of
[bug#53324] [PATCH v2] gnu: Add uftrace., Olivier Dion, 2022/01/17
- bug#53324: [PATCH] gnu: Add uftrace.,
Ludovic Courtès <=