keyd: add pygobject3 and dbus-python to keyd-application-mapper script dependencies

This commit is contained in:
Kai
2026-05-14 21:59:11 +02:00
committed by Sandro Jäckel
parent af65a27f9d
commit 77003235d6
+5 -1
View File
@@ -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;