~ruther/guix-local

1c22d2938897029dc1017cbfb101df6c357427e5 — Sharlatan Hellseher 8 months ago 56e892e
gnu: efitools: Fix build with gcc-14.

* gnu/packages/efi.scm (efitools):[arguments] <make-flags>: Add options
relaxing GCC 14 strictness.

Fixes: guix/guix#3012
Change-Id: I1466b6ded8039ec222e905554b23e9bf99dba486
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/efi.scm
M gnu/packages/efi.scm => gnu/packages/efi.scm +1 -1
@@ 172,7 172,7 @@ information.")
    (arguments
     `(#:tests? #f  ; No tests exist.
       #:make-flags
       '("CC=gcc")
       '("CC=gcc -g -O2 -Wno-error=implicit-function-declaration")
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'patch