Fix tarball

libiconvOrLibc is null on ppc

Signed-off-by: Shea Levy <shea@shealevy.com>
wip/yesman
Shea Levy 11 years ago
parent 2187716c53
commit 05e5f5d515
  1. 2
      pkgs/applications/search/recoll/default.nix

@ -3,6 +3,8 @@
, djvulibre, groff, libxslt, unzip, xpdf, antiword, catdoc, lyx
, ghostscript, gawk, gnugrep, gnused, gnutar, gzip, libiconvOrLibc }:
assert stdenv.system != "powerpc-linux";
stdenv.mkDerivation rec {
ver = "1.18.1";
name = "recoll-${ver}";

Loading…
Cancel
Save