From dbd2a11dfdddb2f4e2e9cf13bb7c58b775052b55 Mon Sep 17 00:00:00 2001 From: Artturin Date: Sun, 2 Jun 2024 21:28:39 +0300 Subject: [PATCH] openrazer-daemon: move deps to correct attributes (cherry picked from commit 0e87e55595031aad7369a8f21086a0b5ad168588) --- pkgs/development/python-modules/openrazer/daemon.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/openrazer/daemon.nix b/pkgs/development/python-modules/openrazer/daemon.nix index 05f7ee5ed48d..e2fd6cae9e71 100644 --- a/pkgs/development/python-modules/openrazer/daemon.nix +++ b/pkgs/development/python-modules/openrazer/daemon.nix @@ -33,17 +33,16 @@ buildPythonPackage (common // { --replace-fail "plugdev" "openrazer" ''; - nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook ]; + nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook gobject-introspection ]; buildInputs = [ glib + gtk3 ]; propagatedBuildInputs = [ daemonize dbus-python - gobject-introspection - gtk3 pygobject3 pyudev setproctitle