gnu: rr: Add ‘supported-systems’ field.
* gnu/packages/debug.scm (rr)[supported-systems]: New field. Change-Id: I6d93b1eae91fbe6c963e737afd6e5d2a30160ac1
This commit is contained in:
parent
c1907b39e8
commit
4c8997c123
@ -782,6 +782,10 @@ error reporting, better tracing, profiling, and a debugger.")
|
|||||||
(list pkg-config ninja which))
|
(list pkg-config ninja which))
|
||||||
(inputs
|
(inputs
|
||||||
(list gdb capnproto python python-pexpect zlib))
|
(list gdb capnproto python python-pexpect zlib))
|
||||||
|
|
||||||
|
;; List of supported systems according to 'src/preload/raw_syscall.S'.
|
||||||
|
(supported-systems '("x86_64-linux" "i686-linux" "aarch64-linux"))
|
||||||
|
|
||||||
(home-page "https://rr-project.org/")
|
(home-page "https://rr-project.org/")
|
||||||
(synopsis "Record and replay debugging framework")
|
(synopsis "Record and replay debugging framework")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user