summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2020-11-17 00:56:13 +0100
committerPeter Simons <simons@cryp.to>2020-11-20 20:57:38 +0100
commit93e8e7eb627577a9bb1b8dd73fb2a54a83f4d66e (patch)
treedd10ef236f5b0bc8074142f646818bf2858e5610 /pkgs/development/haskell-modules/configuration-common.nix
parent045f6ba1b358c0a3e6618064ac502c1e9769d2d5 (diff)
downloadnixpkgs-93e8e7eb627577a9bb1b8dd73fb2a54a83f4d66e.tar
nixpkgs-93e8e7eb627577a9bb1b8dd73fb2a54a83f4d66e.tar.gz
nixpkgs-93e8e7eb627577a9bb1b8dd73fb2a54a83f4d66e.tar.bz2
nixpkgs-93e8e7eb627577a9bb1b8dd73fb2a54a83f4d66e.tar.lz
nixpkgs-93e8e7eb627577a9bb1b8dd73fb2a54a83f4d66e.tar.xz
nixpkgs-93e8e7eb627577a9bb1b8dd73fb2a54a83f4d66e.tar.zst
nixpkgs-93e8e7eb627577a9bb1b8dd73fb2a54a83f4d66e.zip
haskellPackages.hackage-security: Disable test to fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index eaf30705ba5..b4f240e7595 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1418,4 +1418,9 @@ self: super: {
   # 2020-11-15: nettle tests are pre MonadFail change
   # https://github.com/stbuehler/haskell-nettle/issues/10
   nettle = dontCheck super.nettle;
+
+  # 2020-11-17: Disable tests for hackage-security because of this issue:
+  # https://github.com/haskell/hackage-security/issues/247
+  hackage-security = dontCheck super.hackage-security;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super