sniffglue: add missing meta.mainProgram value

This commit is contained in:
xrelkd 2023-09-29 12:09:42 +08:00 committed by Matthieu Coudron
parent 35b03c8354
commit ce2c3c7081
2 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
owner = "kpcyrd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MOw0WBdpo6dYXsjbUrqoIJl/sjQ4wSAcm4dPxDgTYgY=";
hash = "sha256-MOw0WBdpo6dYXsjbUrqoIJl/sjQ4wSAcm4dPxDgTYgY=";
};
cargoHash = "sha256-vnfviiXJ4L/j5M3N+LegOIvLuD6vYJB1QeBgZJVfDnI=";
@ -34,5 +34,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xrelkd ];
platforms = platforms.linux ++ platforms.darwin;
mainProgram = "sniffglue";
};
}

View file

@ -13320,8 +13320,6 @@ with pkgs;
snmpcheck = callPackage ../tools/networking/snmpcheck { };
sniffglue = callPackage ../tools/networking/sniffglue { };
snobol4 = callPackage ../development/interpreters/snobol4 { };
snort = callPackage ../applications/networking/ids/snort { };