haskellPackages.termbox-bindings-c: disable implicit fun -Werror

Work around gcc 14 making implicit-function-declaration an error.

(cherry picked from commit fb7fe3b3a8)
This commit is contained in:
sternenseemann
2024-12-22 13:57:33 +01:00
parent 1f4a0eb852
commit 9edd83fa21
@@ -257,6 +257,9 @@ self: super: {
hdf5-lite = appendConfigureFlags [
"--ghc-option=-optc=-Wno-error=implicit-function-declaration"
] super.hdf5-lite;
termbox-bindings-c = appendConfigureFlags [
"--ghc-option=-optc=-Wno-error=implicit-function-declaration"
] super.termbox-bindings-c;
# There are numerical tests on random data, that may fail occasionally
lapack = dontCheck super.lapack;