sniffglue: add missing meta.mainProgram
value
This commit is contained in:
parent
35b03c8354
commit
ce2c3c7081
@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
owner = "kpcyrd";
|
owner = "kpcyrd";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-MOw0WBdpo6dYXsjbUrqoIJl/sjQ4wSAcm4dPxDgTYgY=";
|
hash = "sha256-MOw0WBdpo6dYXsjbUrqoIJl/sjQ4wSAcm4dPxDgTYgY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-vnfviiXJ4L/j5M3N+LegOIvLuD6vYJB1QeBgZJVfDnI=";
|
cargoHash = "sha256-vnfviiXJ4L/j5M3N+LegOIvLuD6vYJB1QeBgZJVfDnI=";
|
||||||
@ -34,5 +34,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ xrelkd ];
|
maintainers = with maintainers; [ xrelkd ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
mainProgram = "sniffglue";
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -13320,8 +13320,6 @@ with pkgs;
|
|||||||
|
|
||||||
snmpcheck = callPackage ../tools/networking/snmpcheck { };
|
snmpcheck = callPackage ../tools/networking/snmpcheck { };
|
||||||
|
|
||||||
sniffglue = callPackage ../tools/networking/sniffglue { };
|
|
||||||
|
|
||||||
snobol4 = callPackage ../development/interpreters/snobol4 { };
|
snobol4 = callPackage ../development/interpreters/snobol4 { };
|
||||||
|
|
||||||
snort = callPackage ../applications/networking/ids/snort { };
|
snort = callPackage ../applications/networking/ids/snort { };
|
||||||
|
Loading…
Reference in New Issue
Block a user