haskell-stack: disable failing test suite
Works around https://github.com/commercialhaskell/stack/issues/408 and https://github.com/commercialhaskell/stack/issues/409. Closes https://github.com/NixOS/nixpkgs/pull/8497.
This commit is contained in:
parent
160e342dbd
commit
ec08cb9036
1 changed files with 4 additions and 0 deletions
|
@ -880,4 +880,8 @@ self: super: {
|
|||
wai-session = markBroken super.wai-session;
|
||||
serversession-frontend-wai = dontDistribute super.serversession-frontend-wai;
|
||||
|
||||
# https://github.com/commercialhaskell/stack/issues/408
|
||||
# https://github.com/commercialhaskell/stack/issues/409
|
||||
stack = overrideCabal super.stack (drv: { preCheck = "export HOME=$TMPDIR"; doCheck = false; });
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue