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:
parent
045f95d9b9
commit
188587edf6
1 changed files with 3 additions and 0 deletions
|
@ -1384,4 +1384,7 @@ self: super: {
|
||||||
# Therefore we jailbreak it.
|
# Therefore we jailbreak it.
|
||||||
hakyll-contrib-hyphenation = doJailbreak super.hakyll-contrib-hyphenation;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
Loading…
Reference in a new issue