mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
plover.stable: add missing dbus dependency
This commit is contained in:
parent
f702ae1516
commit
0f93c22626
|
@ -19,7 +19,7 @@
|
|||
nativeBuildInputs = [ setuptools_scm ];
|
||||
buildInputs = [ pytest mock ];
|
||||
propagatedBuildInputs = [
|
||||
six setuptools pyserial appdirs hidapi wxPython xlib wmctrl
|
||||
six setuptools pyserial appdirs hidapi wxPython xlib wmctrl dbus-python
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue