rPackages.OpenMx: ignore warnings causing Hydra log limit to be reached

This commit is contained in:
TomaSajt
2024-05-03 21:17:56 +02:00
parent faada32c5c
commit 89ecf64c41
+4
View File
@@ -1373,6 +1373,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
'';