diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-20 17:12:07 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-12-20 17:12:07 +0200 |
commit | 7fb27b5441bf3d9884422cd93447737723124407 (patch) | |
tree | cd8a09ff98aa7992bb013191d1aacec4feaecb8c /gnu/packages/firmware.scm | |
parent | 35530133ae38ba7ba85a52ba769802e1c4fec6d1 (diff) |
gnu: seabios: Limit to i686-linux and x86_64-linux.
* gnu/packages/firmware.scm (seabios)[supported-systems]: New field.
Diffstat (limited to 'gnu/packages/firmware.scm')
-rw-r--r-- | gnu/packages/firmware.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |