rPackages.yaml12: fix build

This commit is contained in:
Bruno Rodrigues
2026-02-17 15:18:56 +01:00
parent 917dcb4433
commit 107a348c7a
+8
View File
@@ -1933,6 +1933,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;