about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-12-18 22:49:30 -0500
committerGraham Christensen <graham@grahamc.com>2019-12-18 23:12:23 -0500
commit821d50e3042ee4a9302262faae8f6586cd16320d (patch)
treee7279fdffe95999a17731c0ebd6e983ac413567a /pkgs/misc
parent34e63b461564ba89c5a24fdeab08b523220de1ee (diff)
hplip: add dbus-python to the deps
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 39efd0998dc63..d81032ef270fe 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -75,6 +75,7 @@ python3Packages.buildPythonApplication {
     reportlab
     usbutils
     sip
+    dbus-python
   ] ++ stdenv.lib.optionals withQt5 [
     pyqt5
     enum-compat