sums: skip broken tests subdir to fix parallel build (#517936)

This commit is contained in:
Michael Daniels
2026-05-16 02:42:42 +00:00
committed by GitHub
+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