From 57343fb7030c2b9b47881446ee47f18c0ec07e3e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Aug 2019 18:36:54 +0000 Subject: [PATCH] haskell-pantry: 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 b7d95e567c85..b5f1db71e317 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -589,5 +589,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; + pantry = dontCheck super.pantry; }