diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c8a5377b090..88d661b1c25 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; + }