rPackages.zoomerjoin: fixed build

This commit is contained in:
Bruno Rodrigues 2024-04-22 20:47:47 +02:00
parent 1e1dc66fe6
commit c15ac8a50b
1 changed files with 5 additions and 0 deletions

View File

@ -1116,6 +1116,11 @@ let
postPatch = "patchShebangs configure";
});
zoomerjoin = old.zoomerjoin.overrideAttrs (attrs: {
nativeBuildInputs = [ pkgs.cargo ] ++ attrs.nativeBuildInputs;
postPatch = "patchShebangs configure";
});
data_table = old.data_table.overrideAttrs (attrs: {
env = (attrs.env or { }) // {
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -fopenmp";