From 5d72685300253748ff9023a0fa687236d415ac51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 27 Jun 2009 21:16:59 +0000 Subject: [PATCH] Namazu: Fix builds, broken in r15324. svn path=/nixpkgs/trunk/; revision=16069 --- pkgs/tools/text/namazu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/namazu/default.nix b/pkgs/tools/text/namazu/default.nix index 9eab819612f..32a08c5367b 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;