opensnitch-ui: fix runtime crash

this broke in PR #370048 / commit 293f832365, as the packaging python package is now required at runtime
This commit is contained in:
Grimmauld
2025-01-10 14:02:54 +01:00
parent 67d39b38ad
commit 6029d36956
@@ -34,6 +34,7 @@ python311Packages.buildPythonApplication rec {
propagatedBuildInputs = with python311Packages; [
grpcio-tools
notify2
packaging
pyasn
pyinotify
pyqt5