rPackages.ymd: fix build

This commit is contained in:
Bruno Rodrigues
2025-05-23 10:46:52 +02:00
parent 6ff81c19f8
commit d25cd773f7

View File

@@ -1742,6 +1742,10 @@ let
postPatch = "patchShebangs configure";
});
ymd = old.ymd.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
SynExtend = old.SynExtend.overrideAttrs (attrs: {
# build might fail due to race condition
enableParallelBuilding = false;