libwpg: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-23 19:50:50 +02:00
parent 81029a99ee
commit 970a1ce522
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -11,10 +11,10 @@ stdenv.mkDerivation rec {
buildInputs = [ libwpd zlib librevenge ];
nativeBuildInputs = [ pkgconfig ];
meta = {
meta = with stdenv.lib; {
homepage = http://libwpg.sourceforge.net;
description = "C++ library to parse WPG";
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
license = with licenses; [ lgpl21 mpl20 ];
platforms = platforms.all;
};
}