Fix perl search path; avoid reference to build path (#471)

Fixes #460
This commit is contained in:
spacefrogg 2017-08-10 14:13:00 +02:00 committed by Domen Kožar
parent 3fc320db32
commit 7e9b6acbce

View file

@ -148,7 +148,7 @@ rec {
shellHook = ''
PATH=$(pwd)/src/hydra-evaluator:$(pwd)/src/script:$(pwd)/src/hydra-eval-jobs:$(pwd)/src/hydra-queue-runner:$PATH
PERL5LIB=$(pwd)/src/lib:$PERL5LIB;
${lib.optionalString shell "PERL5LIB=$(pwd)/src/lib:$PERL5LIB"}
'';
preConfigure = "autoreconf -vfi";