rPackages.arcgisgeocode: fixed build (#368772)

This commit is contained in:
Justin Bedő
2024-12-29 20:54:13 +11:00
committed by GitHub
+4
View File
@@ -1157,6 +1157,10 @@ let
postPatch = "patchShebangs configure";
});
arcgisgeocode = old.arcgisgeocode.overrideAttrs (_: {
postPatch = "patchShebangs configure";
});
gmailr = old.gmailr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});