hplip: remove enum-compat

Not needed on newer Python releases
This commit is contained in:
Fabian Affolter 2024-10-23 22:05:36 +02:00
parent 92feb4fd19
commit 274118af66

View File

@ -89,7 +89,6 @@ python311Packages.buildPythonApplication {
] ++ lib.optionals withQt5 [
pyqt5
pyqt5-sip
enum-compat
];
makeWrapperArgs = [ "--prefix" "PATH" ":" "${nettools}/bin" ];