Add CC and CXX names to compilers passthru

This commit is contained in:
2020-07-27 17:55:35 +02:00
parent ea81c34f31
commit b042e783e5
3 changed files with 15 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ stdenv.mkDerivation rec {
#version attribute ignored when using fetchgit:
#version = "2.2.0-70a299cf";
passthru = {
CC = "mcc";
CXX = "mcxx";
};
# Use patched Extrae version
src = fetchgit {
url = "https://github.com/bsc-pm/mcxx";