5 , gobject-introspection
13 python3Packages.buildPythonApplication rec {
17 src = fetchFromGitHub {
21 hash = "sha256-d1WJLqkdC7QgzuYdnxYhajD3DtCpgceWCAxGrk0KKew=";
24 # Tests appear to be broken with import errors within the project structure
27 nativeBuildInputs = [ wrapGAppsHook3 gobject-introspection ];
35 propagatedBuildInputs = with python3Packages; [
51 makeWrapperArgs+=(''${gappsWrapperArgs[@]} --prefix PATH : ${ lib.makeBinPath runtimeDeps })
55 # remove Qt version which we currently do not support
56 rm $out/bin/autokey-qt $out/share/applications/autokey-qt.desktop
60 homepage = "https://github.com/autokey/autokey";
61 description = "Desktop automation utility for Linux and X11";
62 license = with lib.licenses; [ gpl3 ];
63 maintainers = with lib.maintainers; [ pneumaticat ];
64 platforms = lib.platforms.linux;