diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 4fdf10261125..ac80cdc870ac 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -1129,6 +1129,10 @@ let preConfigure = "patchShebangs configure"; }); + nanoparquet = old.nanoparquet.overrideAttrs (attrs: { + postPatch = "patchShebangs configure"; + }); + clustermq = old.clustermq.overrideAttrs (attrs: { preConfigure = "patchShebangs configure"; });