Cmake issues with clang and overwritten stdenv

I received a hint on another channel and the fix is:
stdenv = pkgs.overrideCC stdenv [ clang_9 llvmPackages_9.llvm ];

1 Like