mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
Merge pull request #302942 from Kupac/fix_SpliceWiz
rPackages.SpliceWiz: fix build
This commit is contained in:
commit
89545f1ae9
@ -1073,6 +1073,10 @@ let
|
|||||||
patchPhase = "patchShebangs configure";
|
patchPhase = "patchShebangs configure";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
SpliceWiz = old.SpliceWiz.overrideAttrs (attrs: {
|
||||||
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user