Commit 25e269c4 authored by sternenseemann's avatar sternenseemann
Browse files

haskellPackages.libxml-sax: disable gcc14 implicit fun decl -Werror

parent fb7fe3b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -261,6 +261,9 @@ self: super: {
  termbox-bindings-c = appendConfigureFlags [
    "--ghc-option=-optc=-Wno-error=implicit-function-declaration"
  ] super.termbox-bindings-c;
  libxml-sax = appendConfigureFlags [
    "--ghc-option=-optc=-Wno-error=implicit-function-declaration"
  ] super.libxml-sax;

  # There are numerical tests on random data, that may fail occasionally
  lapack = dontCheck super.lapack;