guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: seabios: Limit to i686-linux and x86_64-linux.


From: guix-commits
Subject: 02/02: gnu: seabios: Limit to i686-linux and x86_64-linux.
Date: Tue, 20 Dec 2022 10:18:21 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7fb27b5441bf3d9884422cd93447737723124407
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 20 17:12:07 2022 +0200

    gnu: seabios: Limit to i686-linux and x86_64-linux.
    
    * gnu/packages/firmware.scm (seabios)[supported-systems]: New field.
---
 gnu/packages/firmware.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 8972b84f51..2e2b48162f 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -522,6 +522,7 @@ executing in M-mode.")
     (description "SeaBIOS is an implementation of a 16bit x86 BIOS.  SeaBIOS
 can run in an emulator or it can run natively on X86 hardware with the use of
 coreboot.")
+    (supported-systems '("i686-linux" "x86_64-linux"))
     ;; Dual licensed.
     (license (list license:gpl3+ license:lgpl3+
                    ;; src/fw/acpi-dsdt.dsl is lgpl2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]