recoll: make use of unrtf, untex, and Word Perfect filters
This commit is contained in:
parent
ba03068c21
commit
ef772328eb
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, qt4, xapian, file, python
|
, qt4, xapian, file, python
|
||||||
, djvulibre, groff, libxslt, unzip, xpdf, antiword, catdoc, lyx
|
, djvulibre, groff, libxslt, unzip, xpdf, antiword, catdoc, lyx
|
||||||
|
, libwpd, unrtf, untex
|
||||||
, ghostscript, gawk, gnugrep, gnused, gnutar, gzip, libiconv }:
|
, ghostscript, gawk, gnugrep, gnused, gnutar, gzip, libiconv }:
|
||||||
|
|
||||||
assert stdenv.system != "powerpc-linux";
|
assert stdenv.system != "powerpc-linux";
|
||||||
@ -40,12 +41,11 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace $f --replace unzip ${unzip}/bin/unzip
|
substituteInPlace $f --replace unzip ${unzip}/bin/unzip
|
||||||
substituteInPlace $f --replace xls2csv ${catdoc}/bin/xls2csv
|
substituteInPlace $f --replace xls2csv ${catdoc}/bin/xls2csv
|
||||||
substituteInPlace $f --replace xsltproc ${libxslt}/bin/xsltproc
|
substituteInPlace $f --replace xsltproc ${libxslt}/bin/xsltproc
|
||||||
|
substituteInPlace $f --replace unrtf ${unrtf}/bin/unrtf
|
||||||
|
substituteInPlace $f --replace untex ${untex}/bin/untex
|
||||||
|
substituteInPlace $f --replace wpd2html ${libwpd}/bin/wpd2html
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
# TODO:
|
|
||||||
#substituteInPlace $f --replace unrtf ${unrtf}/bin/unrtf
|
|
||||||
#substituteInPlace $f --replace untex ${untex}/bin/untex
|
|
||||||
#substituteInPlace $f --replace wpd2html ${wpd2html}/bin/wpd2html
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A full-text search tool";
|
description = "A full-text search tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user