From 188587edf67bfd66eda3da200a4123a626c0eefc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 28 Feb 2020 10:52:09 +0100 Subject: haskell-feed: disable test suite to fix the build Upstream ships a messed up tarball that lacks the proper test files. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2a55d8095a4f..67afb5c0bc2d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 -- cgit 1.4.1