gxneur: add licenses

This commit is contained in:
Markus Kowalewski
2018-09-01 14:09:18 +02:00
parent 733280bb6e
commit b986430d02

View File

@@ -14,8 +14,9 @@ stdenv.mkDerivation {
libglade GConf pcre libappindicator-gtk2
];
meta = {
meta = with stdenv.lib; {
description = "GUI for XNEUR keyboard layout switcher";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = with licenses; [ gpl2 gpl3 ];
};
}