merge #8617: recoll: filters for LaTeX, RTF, and WP

This commit is contained in:
Vladimír Čunát
2015-07-20 11:00:04 +02:00
5 changed files with 68 additions and 4 deletions

View File

@@ -11,4 +11,10 @@ stdenv.mkDerivation rec {
buildInputs = [ glib libgsf libxml2 zlib librevenge ];
nativeBuildInputs = [ pkgconfig ];
meta = with stdenv.lib; {
description = "A library for importing and exporting WordPerfect documents";
homepage = http://libwpd.sourceforge.net/;
license = licenses.lgpl21;
};
}