diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index d7a5e1917bc9..f97e92aad67f 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -1150,6 +1150,10 @@ let postPatch = "patchShebangs configure"; }); + arcgisutils = old.arcgisutils.overrideAttrs (_: { + postPatch = "patchShebangs configure"; + }); + gmailr = old.gmailr.overrideAttrs (attrs: { postPatch = "patchShebangs configure"; });