libwpd: add meta data
This commit is contained in:
parent
abd029abe7
commit
81029a99ee
@ -14,7 +14,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig bzip2 ];
|
nativeBuildInputs = [ pkgconfig bzip2 ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "Library for importing WordPerfect documents";
|
||||||
|
homepage = http://libwpd.sourceforge.net;
|
||||||
|
license = with licenses; [ lgpl21 mpl20 ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user