Merge pull request #315373 from b-rodrigues/fix_colossus

rPackages.Colossus: fixed build
This commit is contained in:
Justin Bedő
2024-05-31 09:56:00 +10:00
committed by GitHub
+4
View File
@@ -1162,6 +1162,10 @@ let
preConfigure = "patchShebangs configure";
});
Colossus = old.Colossus.overrideAttrs (_: {
postPatch = "patchShebangs configure";
});
gmailr = old.gmailr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});