mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
haskell-configurator fails its test suite.
This commit is contained in:
parent
09e5107d3b
commit
fabeee76bd
|
@ -974,4 +974,7 @@ self: super: {
|
|||
# https://github.com/yesodweb/Shelly.hs/issues/108
|
||||
shelly = dontCheck super.shelly;
|
||||
|
||||
# https://github.com/bos/configurator/issues/22
|
||||
configurator = dontCheck super.configurator;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue