From e7084d1a8215e73285cdef68a8497bbf1ea008da Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 7 Aug 2015 19:53:16 +0200 Subject: [PATCH] haskell-thyme can't compile its test suite. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c8a5377b090b..88d661b1c257 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -922,4 +922,7 @@ self: super: { # https://github.com/qnikst/imagemagick/issues/34 imagemagick = dontCheck super.imagemagick; + # https://github.com/liyang/thyme/issues/36 + thyme = dontCheck super.thyme; + }