gnu: hplip: Fix build on gcc 14.

* gnu/packages/cups.scm (hplip)[arguments]<#:phases>: Also Add
-Wno-error=implicit-int to relax gcc-14's strictness.

Change-Id: If1dcaffad3e18c8070656451f3f22960f9eb4c16
This commit is contained in:
Zheng Junjie 2025-06-20 23:54:54 +08:00 committed by Andreas Enge
parent 232af934ea
commit 7f0ed8d2cb
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -657,6 +657,7 @@ should only be used as part of the Guix cups-pk-helper service.")
" -Wno-error=implicit-function-declaration"
" -Wno-error=implicit-int"
" -Wno-error=incompatible-pointer-types"
" -Wno-error=int-conversion"
" -Wno-error=return-mismatch")))))
(add-after 'unpack 'fix-hard-coded-file-names
(lambda* (#:key inputs outputs #:allow-other-keys)