commit
4924b4093b
1 changed files with 5 additions and 0 deletions
|
@ -1167,6 +1167,11 @@ let
|
||||||
patchPhase = "patchShebangs configure";
|
patchPhase = "patchShebangs configure";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
luajr = old.luajr.overrideAttrs (attrs: {
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
postPatch = "patchShebangs configure";
|
||||||
|
});
|
||||||
|
|
||||||
RcppArmadillo = old.RcppArmadillo.overrideAttrs (attrs: {
|
RcppArmadillo = old.RcppArmadillo.overrideAttrs (attrs: {
|
||||||
patchPhase = "patchShebangs configure";
|
patchPhase = "patchShebangs configure";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue