From 60483b80470cbb2c76bf45bbc8e312d65ded7834 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Tue, 19 Aug 2025 11:23:16 +0200 Subject: [PATCH] rPackages.arcgisplaces: 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 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"; });