rPackages.rbm25: fix build

This commit is contained in:
László Kupcsik
2025-11-04 21:05:23 +01:00
parent bb27eea2f3
commit 33b22315cb
+8
View File
@@ -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";
});