about summary refs log tree commit diff
path: root/pkgs
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
parent5ec07e4bf3bcd68db4f5e02a6012ed429ce1e045 (diff)
downloadnixlib-1f56abef8eb31b84658133c647a60b795e926913.tar
nixlib-1f56abef8eb31b84658133c647a60b795e926913.tar.gz
nixlib-1f56abef8eb31b84658133c647a60b795e926913.tar.bz2
nixlib-1f56abef8eb31b84658133c647a60b795e926913.tar.lz
nixlib-1f56abef8eb31b84658133c647a60b795e926913.tar.xz
nixlib-1f56abef8eb31b84658133c647a60b795e926913.tar.zst
nixlib-1f56abef8eb31b84658133c647a60b795e926913.zip
recoll: fix evaluation error on Darwin
Diffstat (limited to 'pkgs')
-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