From 354111dffb726186fd566dfd31f5a1a6b996d9c2 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Fri, 6 Mar 2020 11:19:52 +0900 Subject: [PATCH] haskellPackages.pantry_0_2_0_0: Mark dontCheck --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ff589b3b455c..37f604792510 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1423,7 +1423,7 @@ self: super: { # https://github.com/bergmark/feed/issues/43 feed = dontCheck super.feed; - pantry_0_2_0_0 = appendPatches super.pantry_0_2_0_0 [ + pantry_0_2_0_0 = appendPatches (dontCheck super.pantry_0_2_0_0) [ # pantry-0.2.0.0 doesn't build with ghc-8.8, but there is a PR adding support. # https://github.com/commercialhaskell/pantry/pull/6 # Currently stack-2.1.3.1 requires pantry-0.2.0.0, but when a newer version of