rPackages.zoomerjoin: fixed build

This commit is contained in:
Bruno Rodrigues 2024-04-22 20:47:47 +02:00
parent 1e1dc66fe6
commit c15ac8a50b

View File

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