rPackages.arcgisutils: fixed build (#368570)

This commit is contained in:
Justin Bedő
2024-12-28 17:59:22 +11:00
committed by GitHub
+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";
});