mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 New Issue
Block a user