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