3
0
Fork 0
forked from mirrors/nixpkgs

iperf3: fix compilation to support authentication creds (#77592)

iperf3: fix compilation to support authentication creds
This commit is contained in:
Silvan Mosberger 2020-01-16 22:20:06 +01:00 committed by GitHub
commit 7869cd26b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,9 @@ stdenv.mkDerivation rec {
};
buildInputs = [ openssl ];
configureFlags = [
"--with-openssl=${openssl.dev}"
];
outputs = [ "out" "man" ];