Merge pull request #291430 from b-rodrigues/fix_gmailr

rPackages.gmailr: fix build
This commit is contained in:
Sandro
2024-03-06 22:26:23 +01:00
committed by GitHub
+4
View File
@@ -1004,6 +1004,10 @@ let
preConfigure = "patchShebangs configure";
});
gmailr = old.gmailr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
purrr = old.purrr.overrideAttrs (attrs: {
patchPhase = "patchShebangs configure";
});