autokey: fix missing imghdr dependency
Fixes https://github.com/NixOS/nixpkgs/issues/456801
This commit is contained in:
@@ -42,6 +42,7 @@ python3Packages.buildPythonApplication rec {
|
||||
xlib
|
||||
pygobject3
|
||||
packaging
|
||||
standard-imghdr
|
||||
];
|
||||
|
||||
runtimeDeps = [
|
||||
|
||||
Reference in New Issue
Block a user