diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 24d38d6599f0..252fb06276c4 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -839,6 +839,10 @@ let cargo rustc ]; + caugi = with pkgs; [ + cargo + rustc + ]; sdcTable = with pkgs; [ gmp glpk @@ -1915,6 +1919,10 @@ let postPatch = "patchShebangs configure"; }); + caugi = old.caugi.overrideAttrs (attrs: { + postPatch = "patchShebangs configure"; + }); + enderecobr = old.enderecobr.overrideAttrs (attrs: { postPatch = "patchShebangs configure"; nativeBuildInputs = attrs.nativeBuildInputs ++ [