me
/
guix
Archived
1
0
Fork 0

gnu: rr: Add ‘supported-systems’ field.

* gnu/packages/debug.scm (rr)[supported-systems]: New field.

Change-Id: I6d93b1eae91fbe6c963e737afd6e5d2a30160ac1
master
Ludovic Courtès 2024-07-20 15:40:54 +02:00
parent c1907b39e8
commit 4c8997c123
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -782,6 +782,10 @@ error reporting, better tracing, profiling, and a debugger.")
(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