libwmf: add license

This commit is contained in:
Markus Kowalewski 2018-10-23 19:45:41 +02:00
parent 6f854a2085
commit abd029abe7
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -22,8 +22,10 @@ stdenv.mkDerivation {
})
];
meta = {
meta = with stdenv.lib; {
description = "WMF library from wvWare";
platforms = stdenv.lib.platforms.unix;
homepage = http://wvware.sourceforge.net/libwmf.html;
license = licenses.gpl2;
platforms = platforms.unix;
};
}