diff --git a/Simplicity.C.nix b/Simplicity.C.nix index 25dead377..4145d4cc3 100644 --- a/Simplicity.C.nix +++ b/Simplicity.C.nix @@ -1,6 +1,6 @@ { lib, stdenv, gcovr ? null, wideMultiply ? null, withCoverage ? false , production ? false -, gcov-executable ? if stdenv.cc.isGNU then "gcov" else +, gcov-executable ? if stdenv.cc.isGNU then "gcov -r" else if stdenv.cc.isClang then "${stdenv.cc.cc.libllvm}/bin/llvm-cov gcov" else null , doCheck ? true