sslscan: fix clang build

/cc ZHF #36454
This commit is contained in:
Daiderd Jordan
2018-03-12 21:12:20 +01:00
parent 0c629e9c23
commit 0fdbf3edeb

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ];
installFlags = [ "PREFIX=$(out)" ];
makeFlags = [ "PREFIX=$(out)" "CC=cc" ];
meta = with stdenv.lib; {
description = "Tests SSL/TLS services and discover supported cipher suites";