rPackages.rbm25: fix build
This commit is contained in:
@@ -697,6 +697,10 @@ let
|
||||
RAppArmor = [ pkgs.libapparmor ];
|
||||
rapportools = [ pkgs.which ];
|
||||
rapport = [ pkgs.which ];
|
||||
rbm25 = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
rcdd = [ pkgs.gmp.dev ];
|
||||
RcppCNPy = [ pkgs.zlib.dev ];
|
||||
RcppGSL = [ pkgs.gsl ];
|
||||
@@ -1963,6 +1967,10 @@ let
|
||||
'';
|
||||
});
|
||||
|
||||
rbm25 = old.rbm25.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
tok = old.tok.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user