Unverified Commit a8cd335f authored by Justin Bedo's avatar Justin Bedo
Browse files

rPackages.bigPLSR: fix build

parent aab80bb1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3169,6 +3169,10 @@ let
      preConfigure = "patchShebangs configure";
    });

    bigPLSR = old.bigPLSR.overrideAttrs (_: {
      preConfigure = "patchShebangs configure";
    });

    RPesto = old.RPesto.overrideAttrs (_: {
      preConfigure = "patchShebangs configure";
    });