3
0
Fork 0
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:
Peter Simons 2020-08-14 09:43:45 +02:00
parent 8a1661d73f
commit c06d2c2a7c

View file

@ -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