rPackages.arcgisutils: fixed build

This commit is contained in:
Bruno Rodrigues
2024-12-27 16:51:48 +01:00
parent 51755d45fa
commit a2daa05aac
+4
View File
@@ -1150,6 +1150,10 @@ let
postPatch = "patchShebangs configure";
});
arcgisutils = old.arcgisutils.overrideAttrs (_: {
postPatch = "patchShebangs configure";
});
gmailr = old.gmailr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});