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