haskell-thyme can't compile its test suite.

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 922 # https://github.com/qnikst/imagemagick/issues/34 923 imagemagick = dontCheck super.imagemagick; 924 925 }
··· 922 # https://github.com/qnikst/imagemagick/issues/34 923 imagemagick = dontCheck super.imagemagick; 924 925 + # https://github.com/liyang/thyme/issues/36 926 + thyme = dontCheck super.thyme; 927 + 928 }