Skip to content

Commit

Permalink
rPackages.rtiktoken: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Dec 28, 2024
1 parent 3dee09b commit e3e65b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/r-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,14 @@ let
postPatch = "patchShebangs configure";
});

rtiktoken = old.rtiktoken.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
nativeBuildInputs = attrs.nativeBuildInputs ++ [
pkgs.cargo
pkgs.rustc
];
});

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

0 comments on commit e3e65b5

Please sign in to comment.