3
0
Fork 0
forked from mirrors/nixpkgs

pangoxsl: add meta data

This commit is contained in:
Markus Kowalewski 2018-10-25 22:12:57 +02:00
parent 598ed197db
commit d00487cad5
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}