1
0
Fork 1
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:
edef 2019-10-09 11:42:00 +00:00
parent f702ae1516
commit 0f93c22626

View file

@ -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
];
};