rPackages.gmapR: fix build (#387133)

This commit is contained in:
Justin Bedő
2025-03-07 21:13:41 +11:00
committed by GitHub
+8
View File
@@ -1074,6 +1074,14 @@ let
];
});
gmapR = old.gmapR.overrideAttrs (attrs: {
env = (attrs.env or { }) // {
# Avoid incompatible pointer type error
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE +
" -Wno-implicit-function-declaration -Wno-incompatible-pointer-types";
};
});
timeless = old.timeless.overrideAttrs (attrs: {
preConfigure = "patchShebangs configure";
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {