mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
opensnitch-ui: set updateScript
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user