From a2daa05aac564a01cf7b570b18571d1de1841a5a Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Fri, 27 Dec 2024 16:51:48 +0100 Subject: [PATCH] rPackages.arcgisutils: 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 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"; });