Skip to content

Commit

Permalink
rPackages.ocf: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Apr 29, 2024
1 parent a7931ad commit 504fe23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/r-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 504fe23

Please sign in to comment.