gnu: seabios: Limit to i686-linux and x86_64-linux.
* gnu/packages/firmware.scm (seabios)[supported-systems]: New field.
This commit is contained in:
parent
35530133ae
commit
7fb27b5441
1 changed files with 1 additions and 0 deletions
|
@ -522,6 +522,7 @@ executing in M-mode.")
|
||||||
(description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS
|
(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
|
can run in an emulator or it can run natively on X86 hardware with the use of
|
||||||
coreboot.")
|
coreboot.")
|
||||||
|
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||||
;; Dual licensed.
|
;; Dual licensed.
|
||||||
(license (list license:gpl3+ license:lgpl3+
|
(license (list license:gpl3+ license:lgpl3+
|
||||||
;; src/fw/acpi-dsdt.dsl is lgpl2
|
;; src/fw/acpi-dsdt.dsl is lgpl2
|
||||||
|
|
Reference in a new issue