haskell-configurator fails its test suite.

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 974 974 # https://github.com/yesodweb/Shelly.hs/issues/108 975 975 shelly = dontCheck super.shelly; 976 976 977 + # https://github.com/bos/configurator/issues/22 978 + configurator = dontCheck super.configurator; 979 + 977 980 }