openrazer-daemon: Fix typelib error
`ImportError: cannot import name GLib, introspection typelib not found`
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
setuptools,
|
||||
wrapGAppsNoGuiHook,
|
||||
notify2,
|
||||
glib
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -34,6 +35,10 @@ buildPythonPackage (common // {
|
||||
|
||||
nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook ];
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
daemonize
|
||||
dbus-python
|
||||
|
||||
Reference in New Issue
Block a user