mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 4 additions and 0 deletions
|
@ -782,6 +782,10 @@ (define-public rr
|
|||
(list pkg-config ninja which))
|
||||
(inputs
|
||||
(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/")
|
||||
(synopsis "Record and replay debugging framework")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue