Merge pull request #308873 from TomaSajt/openmx
rPackages.OpenMx: ignore warnings causing Hydra log limit to be reached
This commit is contained in:
commit
75e2cb4ded
@ -1440,6 +1440,10 @@ let
|
||||
});
|
||||
|
||||
OpenMx = old.OpenMx.overrideAttrs (attrs: {
|
||||
env = (attrs.env or { }) // {
|
||||
# needed to avoid "log limit exceeded" on Hydra
|
||||
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -Wno-ignored-attributes";
|
||||
};
|
||||
preConfigure = ''
|
||||
patchShebangs configure
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user