3
0
Fork 0
forked from mirrors/nixpkgs

libressl: build netcat

This commit is contained in:
Matthew Bauer 2018-04-27 19:33:05 -05:00
parent 99b8d106e9
commit 949bb98872

View file

@ -11,6 +11,8 @@ let
inherit sha256;
};
configureFlags = [ "--enable-nc" ];
enableParallelBuilding = true;
outputs = [ "bin" "dev" "out" "man" ];