Merge pull request #302942 from Kupac/fix_SpliceWiz

rPackages.SpliceWiz: fix build
This commit is contained in:
Justin Bedő 2024-04-13 08:08:21 +10:00 committed by GitHub
commit 89545f1ae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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