Merge pull request #307191 from b-rodrigues/fix_luajr

rPackages.luajr:
This commit is contained in:
Justin Bedő 2024-05-10 21:42:58 +10:00 committed by GitHub
commit 4924b4093b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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