lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #265439 from ProminentRetail/autokey

authored by

Artturi and committed by
GitHub
51438bb4 550bd7a3

+16 -2
+16 -2
pkgs/applications/office/autokey/default.nix
··· 6 6 , gtksourceview3 7 7 , libappindicator-gtk3 8 8 , libnotify 9 + , gnome 10 + , wmctrl 9 11 }: 10 12 11 13 python3Packages.buildPythonApplication rec { 12 14 pname = "autokey"; 13 - version = "0.95.10"; 15 + version = "0.96.0"; 14 16 15 17 src = fetchFromGitHub { 16 18 owner = "autokey"; 17 19 repo = "autokey"; 18 20 rev = "v${version}"; 19 - sha256 = "0f0cqfnb49wwdy7zl2f2ypcnd5pc8r8n7z7ssxkq20d4xfxlgamr"; 21 + hash = "sha256-d1WJLqkdC7QgzuYdnxYhajD3DtCpgceWCAxGrk0KKew="; 20 22 }; 21 23 22 24 # Tests appear to be broken with import errors within the project structure ··· 35 37 pyinotify 36 38 xlib 37 39 pygobject3 40 + packaging 38 41 ]; 42 + 43 + runtimeDeps = [ 44 + gnome.zenity 45 + wmctrl 46 + ]; 47 + 48 + dontWrapGApps = true; 49 + 50 + preFixup = '' 51 + makeWrapperArgs+=(''${gappsWrapperArgs[@]} --prefix PATH : ${ lib.makeBinPath runtimeDeps }) 52 + ''; 39 53 40 54 postInstall = '' 41 55 # remove Qt version which we currently do not support