haskell-cabal-helper wants to store test suite data in $HOME
This commit is contained in:
parent
ecac359ccf
commit
3e0513ea86
@ -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…
x
Reference in New Issue
Block a user