sngrep: enable tests

This commit is contained in:
Robert Scott 2023-08-19 20:04:38 +01:00
parent 25fa8c87ba
commit df7d2ff505

View File

@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
./bootstrap.sh
'';
doCheck = true;
meta = with lib; {
description = "A tool for displaying SIP calls message flows from terminal";
homepage = "https://github.com/irontec/sngrep";