gnu: strace: Add release-monitoring-url.
* gnu/packages/linux.scm (strace)[properties]: New field.
parent
a66b9063d1
commit
b611761bfc
|
@ -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
|
||||||
|
|
Reference in New Issue