mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: strace: Add release-monitoring-url.
* gnu/packages/linux.scm (strace)[properties]: New field.
This commit is contained in:
parent
a66b9063d1
commit
b611761bfc
1 changed files with 2 additions and 0 deletions
|
@ -2417,6 +2417,8 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
|
||||||
(description
|
(description
|
||||||
"strace is a system call tracer, i.e. a debugging tool which prints out a
|
"strace is a system call tracer, i.e. a debugging tool which prints out a
|
||||||
trace of all the system calls made by a another process/program.")
|
trace of all the system calls made by a another process/program.")
|
||||||
|
(properties
|
||||||
|
'((release-monitoring-url . "https://github.com/strace/strace/releases")))
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public ltrace
|
(define-public ltrace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue