opensnitch: basic version test

This commit is contained in:
Arnout Engelen 2023-03-11 12:11:26 +01:00
parent 0c4800d579
commit 897a46dd29
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

View file

@ -11,6 +11,8 @@
, iptables
, makeWrapper
, protoc-gen-go-grpc
, testers
, opensnitch
}:
buildGoModule rec {
@ -70,6 +72,11 @@ buildGoModule rec {
--prefix PATH : ${lib.makeBinPath [ iptables ]}
'';
passthru.tests.version = testers.testVersion {
package = opensnitch;
command = "opensnitchd -version";
};
meta = with lib; {
description = "An application firewall";
homepage = "https://github.com/evilsocket/opensnitch/wiki";