Peter Simons 2015-06-25 14:05:56 +02:00
parent 160e342dbd
commit ec08cb9036

View file

@ -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; });
}