diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 0d311c5ac7c8..2546967bc243 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -3169,6 +3169,10 @@ let preConfigure = "patchShebangs configure"; }); + bigPLSR = old.bigPLSR.overrideAttrs (_: { + preConfigure = "patchShebangs configure"; + }); + RPesto = old.RPesto.overrideAttrs (_: { preConfigure = "patchShebangs configure"; });