rPackages.ocf: fixed build

This commit is contained in:
Bruno Rodrigues 2024-04-29 17:44:07 +02:00
parent a7931adab8
commit 504fe23489

View File

@ -1150,6 +1150,10 @@ let
postPatch = "patchShebangs configure";
});
ocf = old.ocf.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";