Skip to content

Commit

Permalink
rPackages.Cyclops: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Feb 16, 2024
1 parent 49d9e5c commit be902cb
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 @@ -985,6 +985,10 @@ let
preConfigure = "patchShebangs configure";
});

Cyclops = old.Cyclops.overrideAttrs (attrs: {
preConfigure = "patchShebangs configure";
});

RcppParallel = old.RcppParallel.overrideAttrs (attrs: {
preConfigure = "patchShebangs configure";
});
Expand Down

0 comments on commit be902cb

Please sign in to comment.