rPackages.astgrepr: fix build
This commit is contained in:
@@ -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";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user