rPackages.BiocParallel: fixed build on darwin (#369938)
This commit is contained in:
@@ -1616,6 +1616,12 @@ let
|
||||
'';
|
||||
});
|
||||
|
||||
BiocParallel = old.BiocParallel.overrideAttrs (attrs: {
|
||||
env = (attrs.env or { }) // {
|
||||
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + lib.optionalString stdenv.hostPlatform.isDarwin " -Wno-error=missing-template-arg-list-after-template-kw";
|
||||
};
|
||||
});
|
||||
|
||||
rstan = old.rstan.overrideAttrs (attrs: {
|
||||
env = (attrs.env or { }) // {
|
||||
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION";
|
||||
|
||||
Reference in New Issue
Block a user