haskell-cabal-helper wants to store test suite data in $HOME

This commit is contained in:
Peter Simons 2015-05-31 10:29:50 +02:00
parent ecac359ccf
commit 3e0513ea86

View file

@ -832,4 +832,8 @@ self: super: {
# https://github.com/vincenthz/hs-cipher-aes/issues/35 # https://github.com/vincenthz/hs-cipher-aes/issues/35
cipher-aes = dontCheck super.cipher-aes; 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"; });
} }