From 77003235d6b9edd386961a3e01b026809c2ef2ee Mon Sep 17 00:00:00 2001 From: Kai <450507+neko-kai@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:05:22 +0000 Subject: [PATCH] keyd: add pygobject3 and dbus-python to keyd-application-mapper script dependencies --- pkgs/by-name/ke/keyd/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ke/keyd/package.nix b/pkgs/by-name/ke/keyd/package.nix index 7eeb3ad62f87..f041a188abb5 100644 --- a/pkgs/by-name/ke/keyd/package.nix +++ b/pkgs/by-name/ke/keyd/package.nix @@ -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;