forked from mirrors/nixpkgs
libwpd: add meta.{description,license,homepage}
This commit is contained in:
parent
4bd52ddb88
commit
ba03068c21
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue