Loading pkgs/development/haskell-modules/configuration-common.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/development/haskell-modules/configuration-common.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading