Skip to content

Commit

Permalink
hplip: add missing dependency
Browse files Browse the repository at this point in the history
Graphical programs (e.g. hp-setup) error with:

error: No module named enum

This adds the enum module which fixes the error

(cherry picked from commit 8308e41)
  • Loading branch information
hhm0 authored and matthewbauer committed Jul 17, 2019
1 parent 594dfac commit 77295b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/misc/drivers/hplip/default.nix
Expand Up @@ -77,6 +77,7 @@ pythonPackages.buildPythonApplication {
sip
] ++ stdenv.lib.optionals withQt5 [
pyqt5
enum-compat
];

makeWrapperArgs = [ "--prefix" "PATH" ":" "${nettools}/bin" ];
Expand Down

0 comments on commit 77295b0

Please sign in to comment.