Commit 274118af authored by Fabian Affolter's avatar Fabian Affolter
Browse files

hplip: remove enum-compat

Not needed on newer Python releases
parent 92feb4fd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ python311Packages.buildPythonApplication {
  ] ++ lib.optionals withQt5 [
    pyqt5
    pyqt5-sip
    enum-compat
  ];

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