mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
Merge pull request #308873 from TomaSajt/openmx
rPackages.OpenMx: ignore warnings causing Hydra log limit to be reached
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user