Saiph: cc is a parameter of the app, not defined at stdenv anymore

[its default value is clangOmpss2]
This commit is contained in:
sandra 2020-09-23 12:58:51 +02:00
parent 79fae204c2
commit 32ac89b97f

View File

@ -165,7 +165,7 @@ let
}; };
saiph = callPackage ./garlic/saiph { saiph = callPackage ./garlic/saiph {
stdenv = self.bsc.stdenvOmpss2; cc = self.bsc.clangOmpss2;
}; };
# Execution wrappers # Execution wrappers