me
/
guix
Archived
1
0
Fork 0

gnu: edk2-tools: Limit supported systems.

* gnu/packages/firmware.scm (edk2-tools)[supported-systems]: New field.

Change-Id: I1b8a63221b361ec440783c7d93ae120b53cabe2b
master
Efraim Flashner 2024-07-18 00:01:27 +03:00
parent c3cdb2b405
commit 4b9cb5f87c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 0 deletions

View File

@ -882,6 +882,9 @@ Executables included are:
@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)