tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gxneur: add licenses
Markus Kowalewski
7 years ago
b986430d
733280bb
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
gxneur
default.nix
+3
-2
pkgs/applications/misc/gxneur/default.nix
···
14
14
libglade GConf pcre libappindicator-gtk2
15
15
];
16
16
17
17
-
meta = {
17
17
+
meta = with stdenv.lib; {
18
18
description = "GUI for XNEUR keyboard layout switcher";
19
19
-
platforms = stdenv.lib.platforms.linux;
19
19
+
platforms = platforms.linux;
20
20
+
license = with licenses; [ gpl2 gpl3 ];
20
21
};
21
22
}