mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
netcat-gnu: Add mainProgram
This commit is contained in:
parent
278287d20a
commit
8904bce13b
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Utility which reads and writes data across network connections";
|
||||
homepage = "https://netcat.sourceforge.net/";
|
||||
mainProgram = "netcat";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user