summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-28 10:52:09 +0100
committerPeter Simons <simons@cryp.to>2020-02-28 20:42:29 +0100
commit188587edf67bfd66eda3da200a4123a626c0eefc (patch)
tree42b249e4130c9187f5445c4aa6124f04f2e6bb15 /pkgs/development/haskell-modules/configuration-common.nix
parent045f95d9b90545a7bb0cd7cecc8d3d1675558602 (diff)
downloadnixpkgs-188587edf67bfd66eda3da200a4123a626c0eefc.tar
nixpkgs-188587edf67bfd66eda3da200a4123a626c0eefc.tar.gz
nixpkgs-188587edf67bfd66eda3da200a4123a626c0eefc.tar.bz2
nixpkgs-188587edf67bfd66eda3da200a4123a626c0eefc.tar.lz
nixpkgs-188587edf67bfd66eda3da200a4123a626c0eefc.tar.xz
nixpkgs-188587edf67bfd66eda3da200a4123a626c0eefc.tar.zst
nixpkgs-188587edf67bfd66eda3da200a4123a626c0eefc.zip
haskell-feed: disable test suite to fix the build
Upstream ships a messed up tarball that lacks the proper test files.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2a55d8095a4..67afb5c0bc2 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