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

Work around gcc 14 making implicit-function-declaration an error.
This commit is contained in:
sternenseemann
2024-12-22 13:02:06 +01:00
parent 5b031a22a3
commit fb7fe3b3a8
@@ -258,6 +258,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;