Skip to content

Commit

Permalink
hledger-web: set $HOME to $TMP so that the test suite to succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Dec 18, 2020
1 parent a453036 commit 0e5f7e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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
Expand Down

0 comments on commit 0e5f7e8

Please sign in to comment.