mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
haskellPackages.{hd5-lite,bindings-libcddb}: disable gcc 14 -Werror
(cherry picked from commit dc09700185
)
This commit is contained in:
parent
3cf4ebd8c2
commit
1f4a0eb852
1 changed files with 6 additions and 0 deletions
|
@ -251,6 +251,12 @@ self: super: {
|
|||
HsSyck = appendConfigureFlags [
|
||||
"--ghc-option=-optc=-Wno-error=implicit-function-declaration"
|
||||
] super.HsSyck;
|
||||
bindings-libcddb = appendConfigureFlags [
|
||||
"--ghc-option=-optc=-Wno-error=incompatible-pointer-types"
|
||||
] super.bindings-libcddb;
|
||||
hdf5-lite = appendConfigureFlags [
|
||||
"--ghc-option=-optc=-Wno-error=implicit-function-declaration"
|
||||
] super.hdf5-lite;
|
||||
|
||||
# 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