Merge pull request #220642 from raboof/opensnitch-daemon-basic-version-test
opensnitch: basic version test
This commit is contained in:
commit
39a5e6f81a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user