gnu: gpa: Fix build with gcc-14. Fixes guix/guix#2609. * gnu/packages/gnupg.scm (gpa)[arguments]: Add CFLAGS with '-Wno-error=implicit-function-declaration' Change-Id: I4d8e003947305ed4f7e11e468b2c6f3aa1a871c9
1 files changed, 2 insertions(+), 1 deletions(-) M gnu/packages/gnupg.scm
M gnu/packages/gnupg.scm => gnu/packages/gnupg.scm +2 -1
@@ 1102,7 1102,8 @@ however, pgpdump produces more detailed and easier to understand output.") "1k1kvxffyb4nm83yp3mnx9bfmcciwb7vfw8c3xscnh85yxdzma16")))) (build-system gnu-build-system) (arguments `(#:phases `(#:make-flags '("CFLAGS=-Wno-implicit-function-declaration") #:phases (modify-phases %standard-phases (add-after 'install 'wrap-program (lambda* (#:key inputs outputs #:allow-other-keys)