rPackages.bigPLSR: fix build

This commit is contained in:
Justin Bedo
2026-02-19 16:24:46 +11:00
parent aab80bb1db
commit a8cd335f26

View File

@@ -3169,6 +3169,10 @@ let
preConfigure = "patchShebangs configure";
});
bigPLSR = old.bigPLSR.overrideAttrs (_: {
preConfigure = "patchShebangs configure";
});
RPesto = old.RPesto.overrideAttrs (_: {
preConfigure = "patchShebangs configure";
});