diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index ca019ed6b58e..bdf03d95a564 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -1780,6 +1780,10 @@ let postPatch = "patchShebangs configure"; }); + arcgisplaces = old.arcgisplaces.overrideAttrs (attrs: { + postPatch = "patchShebangs configure"; + }); + cartogramR = old.cartogramR.overrideAttrs (attrs: { postPatch = "patchShebangs configure"; });