rPackages.arcgisplaces: fixed build

This commit is contained in:
Bruno Rodrigues
2025-08-25 07:23:45 +10:00
committed by Justin Bedo
parent 64eca23f5b
commit 60483b8047
+4
View File
@@ -1780,6 +1780,10 @@ let
postPatch = "patchShebangs configure";
});
arcgisplaces = old.arcgisplaces.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
cartogramR = old.cartogramR.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});