about summary refs log tree commit diff
path: root/pkgs/development
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
parent045f95d9b90545a7bb0cd7cecc8d3d1675558602 (diff)
downloadnixlib-188587edf67bfd66eda3da200a4123a626c0eefc.tar
nixlib-188587edf67bfd66eda3da200a4123a626c0eefc.tar.gz
nixlib-188587edf67bfd66eda3da200a4123a626c0eefc.tar.bz2
nixlib-188587edf67bfd66eda3da200a4123a626c0eefc.tar.lz
nixlib-188587edf67bfd66eda3da200a4123a626c0eefc.tar.xz
nixlib-188587edf67bfd66eda3da200a4123a626c0eefc.tar.zst
nixlib-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')
-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 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