Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

sslscan: fix clang build

/cc ZHF #36454

(cherry picked from commit 0fdbf3edeb7e58d174aaa9dc881adee471174827)

+1 -1
+1 -1
pkgs/tools/security/sslscan/default.nix
··· 13 13 14 14 buildInputs = [ openssl ]; 15 15 16 - installFlags = [ "PREFIX=$(out)" ]; 16 + makeFlags = [ "PREFIX=$(out)" "CC=cc" ]; 17 17 18 18 meta = with stdenv.lib; { 19 19 description = "Tests SSL/TLS services and discover supported cipher suites";