From 3b19d7de6a22b330ae64ff2d47214e3116785dfa Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Aug 2019 18:30:19 +0000 Subject: [PATCH] haskell-http-download: disable test suite to fix the build --- pkgs/development/haskell-modules/configuration-nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 5c3be19ea3c..b7d95e567c8 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -588,5 +588,6 @@ self: super: builtins.intersectAttrs super { # Tests require internet dhall_1_25_0 = dontCheck super.dhall_1_25_0; + http-download = dontCheck super.http-download; }