mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
opensnitch: basic version test
This commit is contained in:
parent
0c4800d579
commit
897a46dd29
@ -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