xautoclick: add license
This commit is contained in:
parent
e134ce139e
commit
0bd9864dd8
1 changed files with 5 additions and 2 deletions
|
@ -23,7 +23,10 @@ stdenv.mkDerivation rec {
|
|||
addToSearchPath PATH .bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
description = "Autoclicker application, which enables you to automatically click the left mousebutton";
|
||||
homepage = http://xautoclick.sourceforge.net;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue