rPackages.nanoparquet: fixed build

This commit is contained in:
Bruno Rodrigues
2025-03-01 23:26:06 +01:00
parent 8a96dbd335
commit c14fc535f3
+4
View File
@@ -1129,6 +1129,10 @@ let
preConfigure = "patchShebangs configure";
});
nanoparquet = old.nanoparquet.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
clustermq = old.clustermq.overrideAttrs (attrs: {
preConfigure = "patchShebangs configure";
});