rPackages.astgrepr: fix build

This commit is contained in:
László Kupcsik
2025-11-04 18:23:36 +11:00
committed by Justin Bedo
parent c94e7b7c14
commit fcf034c39e
+8
View File
@@ -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";
});