From 0e5f7e8d00ba461de269944d063430a9d04fd93d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Dec 2020 20:17:45 +0100 Subject: [PATCH] hledger-web: set $HOME to $TMP so that the test suite to succeeds --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 74b0882f4cbdf7..30a9420b2bbf9d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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