Skip to content

Commit

Permalink
Merge pull request NixOS#289239 from b-rodrigues/fix_cyclops
Browse files Browse the repository at this point in the history
rPackages.Cyclops: fixed build
  • Loading branch information
jbedo authored Feb 20, 2024
2 parents 2d5464b + be902cb commit b618e0b
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 @@ -986,6 +986,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 b618e0b

Please sign in to comment.