Namazu: Fix builds, broken in r15324.
svn path=/nixpkgs/trunk/; revision=16069
This commit is contained in:
parent
7519caa4f4
commit
5d72685300
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue