summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-06-08 09:27:58 +0200
committerGitHub <noreply@github.com>2018-06-08 09:27:58 +0200
commit6bde64f6db7a9a4732886773278c6054383f4eb3 (patch)
tree92e94ad3478e84316fd68c41d63fd7c0f7b7fafe
parent7fc58ea6a742d8f9440d6c50faac5d4523f5c87e (diff)
parent33ffa1f88843e38749083edc339de91e6f8c1d68 (diff)
downloadnixlib-6bde64f6db7a9a4732886773278c6054383f4eb3.tar
nixlib-6bde64f6db7a9a4732886773278c6054383f4eb3.tar.gz
nixlib-6bde64f6db7a9a4732886773278c6054383f4eb3.tar.bz2
nixlib-6bde64f6db7a9a4732886773278c6054383f4eb3.tar.lz
nixlib-6bde64f6db7a9a4732886773278c6054383f4eb3.tar.xz
nixlib-6bde64f6db7a9a4732886773278c6054383f4eb3.tar.zst
nixlib-6bde64f6db7a9a4732886773278c6054383f4eb3.zip
Merge pull request #41593 from erictapen/haskellPackages-http-link-header-disable-tests
haskellPackages.http-link-header: disable tests
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 51db6109b14b..7120d15ade7c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -342,6 +342,7 @@ self: super: {
   HTF = dontCheck super.HTF;
   htsn = dontCheck super.htsn;
   htsn-import = dontCheck super.htsn-import;
+  http-link-header = dontCheck super.http-link-header; # non deterministic failure https://hydra.nixos.org/build/75041105
   ihaskell = dontCheck super.ihaskell;
   influxdb = dontCheck super.influxdb;
   itanium-abi = dontCheck super.itanium-abi;