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
commit 646ad808a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";
});