From 0fdbf3edeb7e58d174aaa9dc881adee471174827 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Mon, 12 Mar 2018 21:12:20 +0100 Subject: sslscan: fix clang build /cc ZHF #36454 --- pkgs/tools/security/sslscan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/security/sslscan') diff --git a/pkgs/tools/security/sslscan/default.nix b/pkgs/tools/security/sslscan/default.nix index 782341923fab..6c89b0defa66 100644 --- a/pkgs/tools/security/sslscan/default.nix +++ b/pkgs/tools/security/sslscan/default.nix @@ -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"; -- cgit 1.4.1