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