mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
haskellPackages.libxml-sax: disable gcc14 implicit fun decl -Werror
(cherry picked from commit 25e269c421
)
This commit is contained in:
parent
9edd83fa21
commit
1139a6eeff
1 changed files with 3 additions and 0 deletions
|
@ -260,6 +260,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue