gxneur: add licenses
This commit is contained in:
parent
733280bb6e
commit
b986430d02
@ -14,8 +14,9 @@ stdenv.mkDerivation {
|
|||||||
libglade GConf pcre libappindicator-gtk2
|
libglade GConf pcre libappindicator-gtk2
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "GUI for XNEUR keyboard layout switcher";
|
description = "GUI for XNEUR keyboard layout switcher";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = with licenses; [ gpl2 gpl3 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user