guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ovmf: Build with GCC 5.


From: guix-commits
Subject: 01/01: gnu: ovmf: Build with GCC 5.
Date: Fri, 19 Jul 2019 06:19:14 -0400 (EDT)

rhelling pushed a commit to branch core-updates
in repository guix.

commit 90efc2f28e49595c3c467f3e72dd27812dd7cc54
Author: Rutger Helling <address@hidden>
Date:   Fri Jul 19 12:15:31 2019 +0200

    gnu: ovmf: Build with GCC 5.
    
    * gnu/packages/firmware.scm (ovmf)[native-inputs]: Add GCC-5.
---
 gnu/packages/firmware.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 8f0b6cb..c473ccd 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]