Unverified Commit d23776ae authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

rPackages.arcgisgeocode: fixed build (#368772)

parents 3dee09bc a707b1a7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1157,6 +1157,10 @@ let
      postPatch = "patchShebangs configure";
    });

    arcgisgeocode = old.arcgisgeocode.overrideAttrs (_: {
      postPatch = "patchShebangs configure";
    });

   gmailr = old.gmailr.overrideAttrs (attrs: {
      postPatch = "patchShebangs configure";
    });