Namazu: Fix builds, broken in r15324.

svn path=/nixpkgs/trunk/; revision=16069
This commit is contained in:
Ludovic Courtès 2009-06-27 21:16:59 +00:00
parent 7519caa4f4
commit 5d72685300

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
LIB="$out/lib/perl5/site_perl/5.10.0" \
INSTALLSITEMAN3DIR="$out/man" && \
make && make install )
export PERL5LIB="$out/lib/site_perl/5.10.0:$PERL5LIB"
export PERL5LIB="$out/lib/perl5/site_perl/5.10.0:$PERL5LIB"
'';
doCheck = true;