aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/search
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:18 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:18 +0200
commit7b0c4d452a3517b0f715d2847a42f7420bbf434e (patch)
tree9f3bf58388a95cde83fa0fbfc64fb3869399b596 /pkgs/applications/search
parent13b3f3f246fdb8dfc854c5283aa1dc88d1e774d1 (diff)
treewide: Mass replace 'poppler_utils}/bin' to refer the 'out' output
Diffstat (limited to 'pkgs/applications/search')
-rw-r--r--pkgs/applications/search/recoll/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/search/recoll/default.nix b/pkgs/applications/search/recoll/default.nix
index 631555234cee..a9599614c3e3 100644
--- a/pkgs/applications/search/recoll/default.nix
+++ b/pkgs/applications/search/recoll/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
substituteInPlace $f --replace gunzip ${gzip}/bin/gunzip
substituteInPlace $f --replace iconv ${libiconv.bin}/bin/iconv
substituteInPlace $f --replace lyx ${lyx}/bin/lyx
- substituteInPlace $f --replace pdftotext ${poppler_utils}/bin/pdftotext
+ substituteInPlace $f --replace pdftotext ${poppler_utils.out}/bin/pdftotext
substituteInPlace $f --replace pstotext ${ghostscript}/bin/ps2ascii
substituteInPlace $f --replace sed ${gnused}/bin/sed
substituteInPlace $f --replace tar ${gnutar}/bin/tar