mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: edk2-tools: Limit supported systems.
* gnu/packages/firmware.scm (edk2-tools)[supported-systems]: New field. Change-Id: I1b8a63221b361ec440783c7d93ae120b53cabe2b
This commit is contained in:
parent
c3cdb2b405
commit
4b9cb5f87c
1 changed files with 3 additions and 0 deletions
|
@ -882,6 +882,9 @@ (define-public edk2-tools
|
|||
@item @code{VfrCompile}: Parse preprocessed UEFI and Framework VFR files.
|
||||
@item @code{VolInfo}: Display the contents of a firmware volume.
|
||||
@end itemize")
|
||||
;; See BaseTools/Source/C/GNUmakefile
|
||||
(supported-systems '("x86_64-linux" "i686-linux" "armhf-linux"
|
||||
"aarch64-linux" "riscv64-linux"))
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define* (make-ovmf-firmware arch)
|
||||
|
|
Loading…
Reference in a new issue