20 stdenv.mkDerivation rec {
24 src = fetchFromGitHub {
28 sha256 = "GN3zI5LQnVmRC0KWffzUTHKrxcqnstiL55hopwTTwpE=";
40 ++ lib.optionals gtkSupport [
46 ++ lib.optionals fltkSupport [ fltk ]
47 ++ lib.optionals qtSupport [
53 description = "Autoclicker application, which enables you to automatically click the left mousebutton";
54 homepage = "https://github.com/qarkai/xautoclick";
55 license = licenses.gpl2;
56 platforms = platforms.linux;