rPackages.gmailr: fix build

This commit is contained in:
Bruno Rodrigues 2024-02-29 20:57:35 +01:00
parent c3b6d62a11
commit f5e44638f0

View File

@ -1000,6 +1000,10 @@ let
preConfigure = "patchShebangs configure";
});
gmailr = old.gmailr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
purrr = old.purrr.overrideAttrs (attrs: {
patchPhase = "patchShebangs configure";
});