rPackages.arcgisgeocode: fixed build

This commit is contained in:
Bruno Rodrigues
2024-12-28 11:07:04 +01:00
parent 34c06a32f9
commit a707b1a78e
+4
View File
@@ -1156,6 +1156,10 @@ let
postPatch = "patchShebangs configure";
});
arcgisgeocode = old.arcgisgeocode.overrideAttrs (_: {
postPatch = "patchShebangs configure";
});
gmailr = old.gmailr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});