mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
hplip: remove enum-compat
Not needed on newer Python releases
This commit is contained in:
parent
92feb4fd19
commit
274118af66
@ -89,7 +89,6 @@ python311Packages.buildPythonApplication {
|
||||
] ++ lib.optionals withQt5 [
|
||||
pyqt5
|
||||
pyqt5-sip
|
||||
enum-compat
|
||||
];
|
||||
|
||||
makeWrapperArgs = [ "--prefix" "PATH" ":" "${nettools}/bin" ];
|
||||
|
Loading…
Reference in New Issue
Block a user