forked from mirrors/nixpkgs
libressl: build netcat
This commit is contained in:
parent
99b8d106e9
commit
949bb98872
|
@ -11,6 +11,8 @@ let
|
|||
inherit sha256;
|
||||
};
|
||||
|
||||
configureFlags = [ "--enable-nc" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
outputs = [ "bin" "dev" "out" "man" ];
|
||||
|
|
Loading…
Reference in a new issue