xchm: add license

This commit is contained in:
Markus Kowalewski
2018-09-01 17:02:13 +02:00
parent 0bd9864dd8
commit bf0a571725
+3 -2
View File
@@ -13,9 +13,10 @@ stdenv.mkDerivation {
echo $NIX_LDFLAGS echo $NIX_LDFLAGS
''; '';
meta = { meta = with stdenv.lib; {
description = "A viewer for Microsoft HTML Help files"; description = "A viewer for Microsoft HTML Help files";
homepage = http://xchm.sourceforge.net; homepage = http://xchm.sourceforge.net;
platforms = stdenv.lib.platforms.linux; license = licenses.gpl2;
platforms = platforms.linux;
}; };
} }