Commit a707b1a7 authored by Bruno Rodrigues's avatar Bruno Rodrigues
Browse files

rPackages.arcgisgeocode: fixed build

parent 34c06a32
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1156,6 +1156,10 @@ let
      postPatch = "patchShebangs configure";
    });

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

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