rPackages.pingr: fixed build (#368881)

This commit is contained in:
Justin Bedő
2024-12-31 07:06:53 +11:00
committed by GitHub
+4
View File
@@ -1166,6 +1166,10 @@ let
postPatch = "patchShebangs configure";
});
pingr = old.pingr.overrideAttrs (_: {
postPatch = "patchShebangs configure";
});
heck = old.heck.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});