about summary refs log tree commit diff
path: root/pkgs/tools/text/namazu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-06-27 21:16:59 +0000
committerLudovic Courtès <ludo@gnu.org>2009-06-27 21:16:59 +0000
commit5d72685300253748ff9023a0fa687236d415ac51 (patch)
treec1c26b76376a4ff0b9a89eba65c94a8c866c48fe /pkgs/tools/text/namazu
parent7519caa4f49dfbce3340b264dc0c495e7c9d6ea9 (diff)
Namazu: Fix builds, broken in r15324.
svn path=/nixpkgs/trunk/; revision=16069
Diffstat (limited to 'pkgs/tools/text/namazu')
-rw-r--r--pkgs/tools/text/namazu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/namazu/default.nix b/pkgs/tools/text/namazu/default.nix
index 9eab819612fa8..32a08c5367b69 100644
--- a/pkgs/tools/text/namazu/default.nix
+++ b/pkgs/tools/text/namazu/default.nix
@@ -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;