rPackages.nanoparquet: fixed build (#385275)

This commit is contained in:
Justin Bedő
2025-03-03 09:19:36 +11:00
committed by GitHub
+4
View File
@@ -1142,6 +1142,10 @@ let
preConfigure = "patchShebangs configure";
});
nanoparquet = old.nanoparquet.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
clustermq = old.clustermq.overrideAttrs (attrs: {
preConfigure = "patchShebangs configure";
});