xchm: add license

This commit is contained in:
Markus Kowalewski
2018-09-01 14:31:25 +02:00
parent 0bd9864dd8
commit bf0a571725

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