keyd: add pygobject3 and dbus-python to keyd-application-mapper script dependencies
This commit is contained in:
@@ -27,7 +27,11 @@ let
|
||||
--replace-fail /bin/sh ${runtimeShell}
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ xlib ];
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
xlib
|
||||
pygobject3.out
|
||||
dbus-python.out
|
||||
];
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user