rPackages.purrr: patch configure shebang

This commit is contained in:
Justin Bedo 2023-03-16 22:10:42 +11:00
parent 0c0c6908b9
commit a10887cb3f
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

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