Unverified Commit 6029d369 authored by Grimmauld's avatar Grimmauld
Browse files

opensnitch-ui: fix runtime crash

this broke in PR #370048 / commit 293f8323, as the packaging python package is now required at runtime
parent 67d39b38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ python311Packages.buildPythonApplication rec {
  propagatedBuildInputs = with python311Packages; [
    grpcio-tools
    notify2
    packaging
    pyasn
    pyinotify
    pyqt5