mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Fix tarball
libiconvOrLibc is null on ppc Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
2187716c53
commit
05e5f5d515
@ -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…
Reference in New Issue
Block a user