[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: kexec-tools: Remove riscv64-linux from supported-systems.
From: |
guix-commits |
Subject: |
01/02: gnu: kexec-tools: Remove riscv64-linux from supported-systems. |
Date: |
Sun, 20 Feb 2022 08:24:33 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit a7ad525a50d45ac93ea6d8153d9716df09bc8ab2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 20 15:20:57 2022 +0200
gnu: kexec-tools: Remove riscv64-linux from supported-systems.
* gnu/packages/linux.scm (kexec-tools)[supported-systems]: New field.
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1994aff321..1c514c3cec 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8408,6 +8408,7 @@ platforms, it is not limited to resource-constrained
systems.")
utilities. Using @code{kexec}, it is possible to boot directly into a new
kernel from the context of an already-running kernel, bypassing the normal
system boot process.")
+ (supported-systems (delete "riscv64-linux" %supported-systems))
(license license:gpl2)))
(define-public cachefilesd