rPackages.luajr: fixed build
This commit is contained in:
parent
7024082ed6
commit
c5a0d5f10e
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue