mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
joystickwake: add recommended dep dbus-next
This commit is contained in:
parent
54ee2f301f
commit
a846eac3b4
@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
sha256 = "sha256-0rVVxaaAFHkmJeG3e181x7faTIeFwupplWepoyxc51g=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [ pyudev xlib ];
|
||||
propagatedBuildInputs = with python3.pkgs; [ dbus-next pyudev xlib ];
|
||||
|
||||
postInstall = ''
|
||||
# autostart file
|
||||
|
Loading…
Reference in New Issue
Block a user