diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 81bc738ad0109..998af0596b5e5 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -1944,6 +1944,10 @@ let patchPhase = "patchShebangs configure"; }); + tergo = old.tergo.overrideAttrs (attrs: { + patchPhase = "patchShebangs configure"; + }); + luajr = old.luajr.overrideAttrs (attrs: { hardeningDisable = [ "format" ]; postPatch = "patchShebangs configure";