rPackages.luajr: fixed build

This commit is contained in:
Bruno Rodrigues 2024-05-04 15:24:34 +02:00
parent 7024082ed6
commit c5a0d5f10e

View file

@ -1165,6 +1165,11 @@ let
patchPhase = "patchShebangs configure";
});
luajr = old.luajr.overrideAttrs (attrs: {
hardeningDisable = [ "format" ];
postPatch = "patchShebangs configure";
});
RcppArmadillo = old.RcppArmadillo.overrideAttrs (attrs: {
patchPhase = "patchShebangs configure";
});