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
No known key found for this signature in database
GPG key ID: D02435D05B810C96

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";