rPackages.RPesto: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user