From a707b1a78e32296b97bc7c1f5dc4c12d96daded5 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Sat, 28 Dec 2024 11:07:04 +0100 Subject: [PATCH] rPackages.arcgisgeocode: fixed build --- pkgs/development/r-modules/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; });