gnu: ovmf: Build with GCC 5.
* gnu/packages/firmware.scm (ovmf)[native-inputs]: Add GCC-5.
This commit is contained in:
parent
2ee70a5b11
commit
90efc2f28e
|
@ -249,6 +249,7 @@ coreboot.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("acpica" ,acpica)
|
`(("acpica" ,acpica)
|
||||||
|
("gcc" ,gcc-5)
|
||||||
("nasm" ,nasm)
|
("nasm" ,nasm)
|
||||||
("python-2" ,python-2)
|
("python-2" ,python-2)
|
||||||
("util-linux" ,util-linux)))
|
("util-linux" ,util-linux)))
|
||||||
|
|
Loading…
Reference in New Issue