hledger-web: set $HOME to $TMP so that the test suite to succeeds

This commit is contained in:
Peter Simons 2020-12-18 20:17:45 +01:00
parent a453036794
commit 0e5f7e8d00

View file

@ -896,6 +896,7 @@ self: super: {
'';
});
hledger-web = overrideCabal super.hledger-web (drv: {
preCheck = "export HOME=$TMPDIR";
postInstall = ''
for i in $(seq 1 9); do
for j in *.$i; do