xautoclick: add license

This commit is contained in:
Markus Kowalewski 2018-09-01 14:27:45 +02:00
parent e134ce139e
commit 0bd9864dd8
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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;
};
}