sums: skip broken tests subdir to fix parallel build

This commit is contained in:
Harinn
2026-05-08 12:58:01 +07:00
parent 574e4e218b
commit 4a9e379ff1
+6
View File
@@ -22,6 +22,12 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-X+AMUH8nJli0Um1bH0gDGLnfHGknqea3DZxH+tdTEr8=";
};
postPatch = ''
# tests target has racy config.h dep
substituteInPlace meson.build \
--replace-fail "subdir('tests')" ""
'';
nativeBuildInputs = [
meson
ninja