hplip: remove enum-compat (#350778)

This commit is contained in:
Aleksana 2024-10-29 14:34:11 +08:00 committed by GitHub
commit 4f10c40da0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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