me
/
guix
Archived
1
0
Fork 0

gnu: strace: Add release-monitoring-url.

* gnu/packages/linux.scm (strace)[properties]: New field.
Marius Bakke 2022-08-11 00:31:18 +02:00
parent a66b9063d1
commit b611761bfc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -2417,6 +2417,8 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
(description
"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.")
(properties
'((release-monitoring-url . "https://github.com/strace/strace/releases")))
(license license:lgpl2.1+)))
(define-public ltrace