forked from mirrors/nixpkgs
pangoxsl: add meta data
This commit is contained in:
parent
598ed197db
commit
d00487cad5
|
@ -13,7 +13,10 @@ stdenv.mkDerivation {
|
|||
pango
|
||||
];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
description = "Implements several of the inline properties defined by XSL that are not currently implemented by Pango.";
|
||||
homepage = https://sourceforge.net/projects/pangopdf;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.lgpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue