From 1481badf217e181810f3c1010a329194671ee4d7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 12 Aug 2013 17:23:33 +0200 Subject: [PATCH] For nix-shell, set some more variables in preHook --- release.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release.nix b/release.nix index aaab87d6..867290b2 100644 --- a/release.nix +++ b/release.nix @@ -27,6 +27,10 @@ in rec { preHook = '' # TeX needs a writable font cache. export VARTEXFONTS=$TMPDIR/texfonts + + addToSearchPath PATH $(pwd)/src/script + addToSearchPath PATH $(pwd)/src/c + addToSearchPath PERL5LIB $(pwd)/src/lib ''; configureFlags =