haskellPackages.libxml-sax: drop obsolete override

Upstream has fixed the implicit declarations in a new release. That
release also includes the test suite in the default package which
unfortunately segfaults, so the build is failing again.
This commit is contained in:
sternenseemann
2024-12-31 13:38:29 +01:00
parent 2fd0dc1a22
commit 164d44fcaf
@@ -265,9 +265,6 @@ 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;