haskellPackages.domain-auth: disable test suite
This commit is contained in:
parent
9bf8b98045
commit
7526fbef4b
2 changed files with 3 additions and 1 deletions
|
@ -1471,6 +1471,9 @@ self: super: {
|
|||
url = "https://github.com/jaspervdj/stylish-haskell/commit/9550aa1cd177aa6fe271d075177109d66a79e67f.patch";
|
||||
sha256 = "1ffnbd2s4fx0ylnnlcyyag119yxb32p5r20b38l39lsa0jwv229f";
|
||||
});
|
||||
|
||||
# The test suite attempts to read `/etc/resolv.conf`, which doesn't work in the sandbox.
|
||||
domain-auth = dontCheck super.domain-auth;
|
||||
# INSERT NEW OVERRIDES ABOVE THIS LINE
|
||||
|
||||
} // (let
|
||||
|
|
|
@ -4576,7 +4576,6 @@ broken-packages:
|
|||
- doi
|
||||
- DOM
|
||||
- dom-lt
|
||||
- domain-auth
|
||||
- domplate
|
||||
- dot-linker
|
||||
- dotfs
|
||||
|
|
Loading…
Reference in a new issue