recoll: make use of unrtf, untex, and Word Perfect filters

+4 -4
+4 -4
pkgs/applications/search/recoll/default.nix
··· 1 { stdenv, fetchurl 2 , qt4, xapian, file, python 3 , djvulibre, groff, libxslt, unzip, xpdf, antiword, catdoc, lyx 4 , ghostscript, gawk, gnugrep, gnused, gnutar, gzip, libiconv }: 5 6 assert stdenv.system != "powerpc-linux"; ··· 40 substituteInPlace $f --replace unzip ${unzip}/bin/unzip 41 substituteInPlace $f --replace xls2csv ${catdoc}/bin/xls2csv 42 substituteInPlace $f --replace xsltproc ${libxslt}/bin/xsltproc 43 done 44 ''; 45 - # TODO: 46 - #substituteInPlace $f --replace unrtf ${unrtf}/bin/unrtf 47 - #substituteInPlace $f --replace untex ${untex}/bin/untex 48 - #substituteInPlace $f --replace wpd2html ${wpd2html}/bin/wpd2html 49 50 meta = with stdenv.lib; { 51 description = "A full-text search tool";
··· 1 { stdenv, fetchurl 2 , qt4, xapian, file, python 3 , djvulibre, groff, libxslt, unzip, xpdf, antiword, catdoc, lyx 4 + , libwpd, unrtf, untex 5 , ghostscript, gawk, gnugrep, gnused, gnutar, gzip, libiconv }: 6 7 assert stdenv.system != "powerpc-linux"; ··· 41 substituteInPlace $f --replace unzip ${unzip}/bin/unzip 42 substituteInPlace $f --replace xls2csv ${catdoc}/bin/xls2csv 43 substituteInPlace $f --replace xsltproc ${libxslt}/bin/xsltproc 44 + substituteInPlace $f --replace unrtf ${unrtf}/bin/unrtf 45 + substituteInPlace $f --replace untex ${untex}/bin/untex 46 + substituteInPlace $f --replace wpd2html ${libwpd}/bin/wpd2html 47 done 48 ''; 49 50 meta = with stdenv.lib; { 51 description = "A full-text search tool";