opensnitch-ui: set updateScript

This commit is contained in:
éclairevoyant 2024-07-08 22:29:33 -04:00
parent 5219e205c6
commit a0da4af28c
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -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";