Unverified Commit 4924b409 authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

Merge pull request #307191 from b-rodrigues/fix_luajr

rPackages.luajr:
parents 0703a383 c5a0d5f1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
    });