Commit c5a0d5f1 authored by Bruno Rodrigues's avatar Bruno Rodrigues
Browse files

rPackages.luajr: fixed build

parent 7024082e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
    });