forked from mirrors/nixpkgs
haskell-statistics: disable the test suite so that we can build the package
Builds fail occasionally because of https://github.com/bos/statistics/issues/170.
This commit is contained in:
parent
8a1661d73f
commit
c06d2c2a7c
|
@ -1452,4 +1452,7 @@ self: super: {
|
|||
};
|
||||
};
|
||||
|
||||
# https://github.com/bos/statistics/issues/170
|
||||
statistics = dontCheck super.statistics;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
Loading…
Reference in a new issue