rPackages.gmailr: fix build
This commit is contained in:
parent
c3b6d62a11
commit
f5e44638f0
@ -1000,6 +1000,10 @@ let
|
||||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
||||
gmailr = old.gmailr.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
purrr = old.purrr.overrideAttrs (attrs: {
|
||||
patchPhase = "patchShebangs configure";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user