rPackages.RPesto: fix build

This commit is contained in:
Justin Bedo
2026-02-19 16:25:52 +11:00
parent 66680e2869
commit c622b74833
+8
View File
@@ -435,6 +435,10 @@ let
cargo
rustc
];
RPesto = with pkgs; [
cargo
rustc
];
audio = [ pkgs.portaudio ];
BayesChange = [ pkgs.gsl ];
BayesSAE = [ pkgs.gsl ];
@@ -3151,6 +3155,10 @@ let
preConfigure = "patchShebangs configure";
});
RPesto = old.RPesto.overrideAttrs (_: {
preConfigure = "patchShebangs configure";
});
pkgdepends = old.pkgdepends.overrideAttrs (attrs: {
postPatch = ''
patchShebangs configure