Unverified Commit a0da4af2 authored by éclairevoyant's avatar éclairevoyant
Browse files

opensnitch-ui: set updateScript

parent 5219e205
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ 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";