rPackages.FlexReg: disable parallel building and ignored attributes warning

This commit is contained in:
Justin Bedo
2024-05-31 16:23:46 +10:00
parent f9620920f9
commit 9e2e839505
+10
View File
@@ -1524,6 +1524,16 @@ let
'';
});
FlexReg = old.FlexReg.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";
};
# consumes a lot of resources in parallel
enableParallelBuilding = false;
});
geojsonio = old.geojsonio.overrideAttrs (attrs: {
buildInputs = [ cacert ] ++ attrs.buildInputs;
});