opensnitch-ui: set updateScript

This commit is contained in:
éclairevoyant
2024-07-08 22:29:41 -04:00
parent 5219e205c6
commit a0da4af28c
@@ -1,5 +1,6 @@
{ python3Packages
, fetchFromGitHub
, nix-update-script
, qt5
, lib
}:
@@ -65,6 +66,8 @@ python3Packages.buildPythonApplication rec {
# All tests are sandbox-incompatible and disabled for now
doCheck = false;
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Application firewall";
mainProgram = "opensnitch-ui";