mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
netcat: correctly set mainProgram
This commit is contained in:
parent
e88ca79958
commit
ff7cac1ac9
@ -11139,7 +11139,11 @@ with pkgs;
|
||||
|
||||
netbox2netshot = callPackage ../tools/admin/netbox2netshot { };
|
||||
|
||||
netcat = libressl.nc;
|
||||
netcat = libressl.nc.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
mainProgram = "nc";
|
||||
};
|
||||
});
|
||||
|
||||
netcat-gnu = callPackage ../tools/networking/netcat { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user