summary refs log tree commit diff
path: root/pkgs/applications/search
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2015-07-02 02:19:03 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2015-07-15 17:03:18 +0200
commitef772328ebd98b2d570de54e2f61a46b0aecf9b9 (patch)
treea11b3dc648b5618962a4ef6043ebbd2a18da221f /pkgs/applications/search
parentba03068c210ada1b5c3dee56cb90708af3057e48 (diff)
downloadnixlib-ef772328ebd98b2d570de54e2f61a46b0aecf9b9.tar
nixlib-ef772328ebd98b2d570de54e2f61a46b0aecf9b9.tar.gz
nixlib-ef772328ebd98b2d570de54e2f61a46b0aecf9b9.tar.bz2
nixlib-ef772328ebd98b2d570de54e2f61a46b0aecf9b9.tar.lz
nixlib-ef772328ebd98b2d570de54e2f61a46b0aecf9b9.tar.xz
nixlib-ef772328ebd98b2d570de54e2f61a46b0aecf9b9.tar.zst
nixlib-ef772328ebd98b2d570de54e2f61a46b0aecf9b9.zip
recoll: make use of unrtf, untex, and Word Perfect filters
Diffstat (limited to 'pkgs/applications/search')
-rw-r--r--pkgs/applications/search/recoll/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/search/recoll/default.nix b/pkgs/applications/search/recoll/default.nix
index 0eb4632a4c00..3182f4a5c66c 100644
--- a/pkgs/applications/search/recoll/default.nix
+++ b/pkgs/applications/search/recoll/default.nix
@@ -1,6 +1,7 @@
 { stdenv, fetchurl
 , qt4, xapian, file, python
 , djvulibre, groff, libxslt, unzip, xpdf, antiword, catdoc, lyx
+, libwpd, unrtf, untex
 , ghostscript, gawk, gnugrep, gnused, gnutar, gzip, libiconv }:
 
 assert stdenv.system != "powerpc-linux";
@@ -40,12 +41,11 @@ stdenv.mkDerivation rec {
       substituteInPlace  $f --replace unzip         ${unzip}/bin/unzip
       substituteInPlace  $f --replace xls2csv       ${catdoc}/bin/xls2csv
       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
   '';
-    # 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; {
     description = "A full-text search tool";