summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/search/recoll
diff options
context:
space:
mode:
authorkarsten gebbert <k@ioctl.it>2015-10-08 12:29:31 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-09 14:25:16 +0200
commit55b2baa5016315e07cbb0f09ed7bc44793d275a9 (patch)
treebea3b27f7db94f952b686ae0a95299d81006a636 /pkgs/applications/search/recoll
parentdffed1a512d2dcc35ab41a8ec7aa804e0f0263fe (diff)
recoll: use poppler_utils instead of xpdf
Closes #10285, fixes #10284.
Diffstat (limited to 'pkgs/applications/search/recoll')
-rw-r--r--pkgs/applications/search/recoll/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/search/recoll/default.nix b/pkgs/applications/search/recoll/default.nix
index 07bceb05f00f..555da3de6d53 100644
--- a/pkgs/applications/search/recoll/default.nix
+++ b/pkgs/applications/search/recoll/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl
, qt4, xapian, file, python, perl
-, djvulibre, groff, libxslt, unzip, xpdf, antiword, catdoc, lyx
+, djvulibre, groff, libxslt, unzip, poppler_utils, antiword, catdoc, lyx
, libwpd, unrtf, untex
, ghostscript, gawk, gnugrep, gnused, gnutar, gzip, libiconv }:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
substituteInPlace $f --replace gunzip ${gzip}/bin/gunzip
substituteInPlace $f --replace iconv ${libiconv}/bin/iconv
substituteInPlace $f --replace lyx ${lyx}/bin/lyx
- substituteInPlace $f --replace pdftotext ${xpdf}/bin/pdftotext
+ substituteInPlace $f --replace pdftotext ${poppler_utils}/bin/pdftotext
substituteInPlace $f --replace pstotext ${ghostscript}/bin/ps2ascii
substituteInPlace $f --replace sed ${gnused}/bin/sed
substituteInPlace $f --replace tar ${gnutar}/bin/tar