haskell-feed: disable test suite to fix the build

Upstream ships a messed up tarball that lacks the proper test files.
This commit is contained in:
Peter Simons 2020-02-28 10:52:09 +01:00
parent 045f95d9b9
commit 188587edf6

View File

@ -1384,4 +1384,7 @@ self: super: {
# Therefore we jailbreak it.
hakyll-contrib-hyphenation = doJailbreak super.hakyll-contrib-hyphenation;
# https://github.com/bergmark/feed/issues/43
feed = dontCheck super.feed;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super