[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: rr: Add ‘supported-systems’ field.
From: |
guix-commits |
Subject: |
01/07: gnu: rr: Add ‘supported-systems’ field. |
Date: |
Fri, 26 Jul 2024 13:22:23 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4c8997c12336803d9dcc7529e44acb6602260147
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jul 20 15:40:54 2024 +0200
gnu: rr: Add ‘supported-systems’ field.
* gnu/packages/debug.scm (rr)[supported-systems]: New field.
Change-Id: I6d93b1eae91fbe6c963e737afd6e5d2a30160ac1
---
gnu/packages/debug.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index d34b4fdf28..2cdf87e266 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -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
- branch master updated (c1907b39e8 -> 72e586fcae), guix-commits, 2024/07/26
- 02/07: gnu: petsc: Build reproducibly., guix-commits, 2024/07/26
- 03/07: home: Set 700 permissions on .gnupg with home-gpg-agent-service, guix-commits, 2024/07/26
- 04/07: file-systems: Allow specifying CIFS credentials in a file., guix-commits, 2024/07/26
- 01/07: gnu: rr: Add ‘supported-systems’ field.,
guix-commits <=
- 06/07: build-system/meson: #:test-options can be a gexp., guix-commits, 2024/07/26
- 07/07: gnu: gtk: Fix build on aarch64., guix-commits, 2024/07/26
- 05/07: services: agate: Update options for compatibility with the current Agate version., guix-commits, 2024/07/26