mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public 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
|
||||
coreboot.")
|
||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||
;; Dual licensed.
|
||||
(license (list license:gpl3+ license:lgpl3+
|
||||
;; src/fw/acpi-dsdt.dsl is lgpl2
|
||||
|
|
Loading…
Reference in a new issue