tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xautoclick: add license
Markus Kowalewski
7 years ago
0bd9864d
e134ce13
+5
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
xautoclick
default.nix
+5
-2
pkgs/applications/misc/xautoclick/default.nix
···
23
23
addToSearchPath PATH .bin
24
24
'';
25
25
26
26
-
meta = {
27
27
-
platforms = stdenv.lib.platforms.linux;
26
26
+
meta = with stdenv.lib; {
27
27
+
description = "Autoclicker application, which enables you to automatically click the left mousebutton";
28
28
+
homepage = http://xautoclick.sourceforge.net;
29
29
+
license = licenses.gpl2;
30
30
+
platforms = platforms.linux;
28
31
};
29
32
}