From dffed1a512d2dcc35ab41a8ec7aa804e0f0263fe Mon Sep 17 00:00:00 2001 From: karsten gebbert Date: Thu, 8 Oct 2015 13:02:35 +0200 Subject: [PATCH] recoll: replace path to perl in filters Closes #10287, fixes #10286. --- pkgs/applications/search/recoll/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/search/recoll/default.nix b/pkgs/applications/search/recoll/default.nix index 3182f4a5c66..07bceb05f00 100644 --- a/pkgs/applications/search/recoll/default.nix +++ b/pkgs/applications/search/recoll/default.nix @@ -1,5 +1,5 @@ { stdenv, fetchurl -, qt4, xapian, file, python +, qt4, xapian, file, python, perl , djvulibre, groff, libxslt, unzip, xpdf, antiword, catdoc, lyx , libwpd, unrtf, untex , ghostscript, gawk, gnugrep, gnused, gnutar, gzip, libiconv }: @@ -44,6 +44,7 @@ stdenv.mkDerivation rec { substituteInPlace $f --replace unrtf ${unrtf}/bin/unrtf substituteInPlace $f --replace untex ${untex}/bin/untex substituteInPlace $f --replace wpd2html ${libwpd}/bin/wpd2html + substituteInPlace $f --replace /usr/bin/perl ${perl}/bin/perl done '';