Merge pull request #307784 from b-rodrigues/fix_ocf

rPackages.ocf: fixed build
This commit is contained in:
Nick Cao
2024-04-30 08:38:21 -04:00
committed by GitHub
+4
View File
@@ -1153,6 +1153,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";