libwpg: add licenses
This commit is contained in:
parent
81029a99ee
commit
970a1ce522
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ libwpd zlib librevenge ];
|
buildInputs = [ libwpd zlib librevenge ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://libwpg.sourceforge.net;
|
homepage = http://libwpg.sourceforge.net;
|
||||||
description = "C++ library to parse WPG";
|
description = "C++ library to parse WPG";
|
||||||
maintainers = [ ];
|
license = with licenses; [ lgpl21 mpl20 ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue