mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
5053a59a0b
commit
6f93f5ac58
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue