Merge pull request #306085 from b-rodrigues/fix_zoomerjoin

rPackages.zoomerjoin: fixed build
This commit is contained in:
Weijia Wang 2024-04-27 06:07:47 +02:00 committed by GitHub
commit df6a5991c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -1128,6 +1128,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";