summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/search/recoll
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-03-11 09:53:20 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-03-11 09:53:20 -0600
commit1f56abef8eb31b84658133c647a60b795e926913 (patch)
tree56d2c0eeb65445a32d8d380f77b17d11a2a626a8 /pkgs/applications/search/recoll
parent5ec07e4bf3bcd68db4f5e02a6012ed429ce1e045 (diff)
recoll: fix evaluation error on Darwin
Diffstat (limited to 'pkgs/applications/search/recoll')
-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 55fd3eba6220..253b97aff1e7 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 egrep ${gnugrep}/bin/egrep
substituteInPlace $f --replace groff ${groff}/bin/groff
substituteInPlace $f --replace gunzip ${gzip}/bin/gunzip
- substituteInPlace $f --replace iconv ${libiconv.bin}/bin/iconv
+ substituteInPlace $f --replace iconv ${libiconv.bin or libiconv}/bin/iconv
substituteInPlace $f --replace lyx ${lyx}/bin/lyx
substituteInPlace $f --replace pdftotext ${poppler_utils.out}/bin/pdftotext
substituteInPlace $f --replace pstotext ${ghostscript}/bin/ps2ascii