xchm: add license

This commit is contained in:
Markus Kowalewski 2018-09-01 14:31:25 +02:00
parent 0bd9864dd8
commit bf0a571725
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -13,9 +13,10 @@ stdenv.mkDerivation {
echo $NIX_LDFLAGS
'';
meta = {
meta = with stdenv.lib; {
description = "A viewer for Microsoft HTML Help files";
homepage = http://xchm.sourceforge.net;
platforms = stdenv.lib.platforms.linux;
license = licenses.gpl2;
platforms = platforms.linux;
};
}