bcachefs-tools: mark it broken on x86 (32 bit)

This commit is contained in:
John Titor
2025-10-11 10:25:20 +05:30
parent b24fa6a658
commit 61bc859c8a

View File

@@ -145,5 +145,6 @@ stdenv.mkDerivation (finalAttrs: {
];
platforms = lib.platforms.linux;
mainProgram = "bcachefs";
broken = stdenv.hostPlatform.isi686; # error: stack smashing detected
};
})