openrazer-daemon: Fix typelib error

`ImportError: cannot import name GLib, introspection typelib not found`
This commit is contained in:
Artturin
2024-06-02 21:48:09 +03:00
parent e8f703ab9b
commit 43cdb75ca3
@@ -12,6 +12,7 @@
setuptools,
wrapGAppsNoGuiHook,
notify2,
glib
}:
let
@@ -34,6 +35,10 @@ buildPythonPackage (common // {
nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook ];
buildInputs = [
glib
];
propagatedBuildInputs = [
daemonize
dbus-python