Merge pull request #315373 from b-rodrigues/fix_colossus
rPackages.Colossus: fixed build
This commit is contained in:
@@ -1162,6 +1162,10 @@ let
|
||||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
||||
Colossus = old.Colossus.overrideAttrs (_: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
gmailr = old.gmailr.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user