From fcf034c39e405e5783a59448b1d7cfc48d5e06b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Kupcsik?= Date: Mon, 3 Nov 2025 22:38:13 +0100 Subject: [PATCH] rPackages.astgrepr: fix build --- pkgs/development/r-modules/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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"; });