mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
hplip: add missing dependency (#58515)
Graphical programs (e.g. hp-setup) error with: error: No module named enum This adds the enum module which fixes the error
This commit is contained in:
parent
80aaa752f5
commit
edb323117d
@ -77,6 +77,7 @@ pythonPackages.buildPythonApplication {
|
||||
sip
|
||||
] ++ stdenv.lib.optionals withQt5 [
|
||||
pyqt5
|
||||
enum-compat
|
||||
];
|
||||
|
||||
makeWrapperArgs = [ "--prefix" "PATH" ":" "${nettools}/bin" ];
|
||||
|
Loading…
Reference in New Issue
Block a user