pangoxsl: add meta data
This commit is contained in:
parent
598ed197db
commit
d00487cad5
@ -13,7 +13,10 @@ stdenv.mkDerivation {
|
|||||||
pango
|
pango
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
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…
x
Reference in New Issue
Block a user