gnu: ovmf: Build with GCC 5.

* gnu/packages/firmware.scm (ovmf)[native-inputs]: Add GCC-5.
master
Rutger Helling 2019-07-19 12:15:31 +02:00
parent 2ee70a5b11
commit 90efc2f28e
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ coreboot.")
(build-system gnu-build-system)
(native-inputs
`(("acpica" ,acpica)
("gcc" ,gcc-5)
("nasm" ,nasm)
("python-2" ,python-2)
("util-linux" ,util-linux)))