Skip to content

Commit

Permalink
rPackages.pingr: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Dec 28, 2024
1 parent 34c06a3 commit 889f93b
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 @@ -1156,6 +1156,10 @@ let
postPatch = "patchShebangs configure";
});

pingr = old.pingr.overrideAttrs (_: {
postPatch = "patchShebangs configure";
});

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

0 comments on commit 889f93b

Please sign in to comment.