diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 04aef160331c..4df2ec6c11d9 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -425,6 +425,10 @@ let cmake which ]; + astgrepr = with pkgs; [ + cargo + rustc + ]; audio = [ pkgs.portaudio ]; BayesChange = [ pkgs.gsl ]; BayesSAE = [ pkgs.gsl ]; @@ -1827,6 +1831,10 @@ let postPatch = "patchShebangs configure"; }); + astgrepr = old.astgrepr.overrideAttrs (attrs: { + postPatch = "patchShebangs configure"; + }); + cartogramR = old.cartogramR.overrideAttrs (attrs: { postPatch = "patchShebangs configure"; });