mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
openrazer-daemon: move deps to correct attributes
(cherry picked from commit 0e87e55595
)
This commit is contained in:
parent
2c2a863332
commit
dbd2a11dfd
@ -33,17 +33,16 @@ buildPythonPackage (common // {
|
|||||||
--replace-fail "plugdev" "openrazer"
|
--replace-fail "plugdev" "openrazer"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook ];
|
nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook gobject-introspection ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
glib
|
||||||
|
gtk3
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
daemonize
|
daemonize
|
||||||
dbus-python
|
dbus-python
|
||||||
gobject-introspection
|
|
||||||
gtk3
|
|
||||||
pygobject3
|
pygobject3
|
||||||
pyudev
|
pyudev
|
||||||
setproctitle
|
setproctitle
|
||||||
|
Loading…
Reference in New Issue
Block a user