rPackages.SpliceWiz: fix build

This commit is contained in:
László Kupcsik 2024-04-09 23:25:06 +02:00
parent 7872e50e11
commit fb775fd856
1 changed files with 4 additions and 0 deletions

View File

@ -1065,6 +1065,10 @@ let
patchPhase = "patchShebangs configure";
});
SpliceWiz = old.SpliceWiz.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
data_table = old.data_table.overrideAttrs (attrs: {
env = (attrs.env or { }) // {
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -fopenmp";