haskell-cabal-helper wants to store test suite data in $HOME
This commit is contained in:
parent
ecac359ccf
commit
3e0513ea86
1 changed files with 4 additions and 0 deletions
|
@ -832,4 +832,8 @@ self: super: {
|
|||
|
||||
# https://github.com/vincenthz/hs-cipher-aes/issues/35
|
||||
cipher-aes = dontCheck super.cipher-aes;
|
||||
|
||||
# https://github.com/DanielG/cabal-helper/issues/2
|
||||
cabal-helper = overrideCabal super.cabal-helper (drv: { preCheck = "export HOME=$TMPDIR"; });
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue