rPackages.yaml12: fix build (#491402)

This commit is contained in:
Justin Bedő
2026-02-18 11:17:54 +11:00
committed by GitHub
+8
View File
@@ -1934,6 +1934,14 @@ let
postPatch = "patchShebangs configure";
});
yaml12 = old.yaml12.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
nativeBuildInputs = attrs.nativeBuildInputs ++ [
pkgs.cargo
pkgs.rustc
];
});
SynExtend = old.SynExtend.overrideAttrs (attrs: {
# build might fail due to race condition
enableParallelBuilding = false;