From a0165ee168c2f945b367261164e657b43956c7f2 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Thu, 11 Aug 2022 16:11:00 -0300 Subject: hare: do not set HARECACHE on the setup hook HARECACHE is an object cache, usually populated to speedup recompilation. It does not make much sense to include it on a setup hook. --- pkgs/development/compilers/hare/hare/setup-hook.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/compilers/hare/hare/setup-hook.sh b/pkgs/development/compilers/hare/hare/setup-hook.sh index 999b91df122f..d2d2c34354d6 100644 --- a/pkgs/development/compilers/hare/hare/setup-hook.sh +++ b/pkgs/development/compilers/hare/hare/setup-hook.sh @@ -1,5 +1,3 @@ -export HARECACHE="$NIX_BUILD_TOP/.harecache" - addHarepath () { for haredir in third-party stdlib; do if [[ -d "$1/src/hare/$haredir" ]]; then -- cgit v1.2.3