git-annex: work around test suite race condition w/ tasty-1.5.4

This commit is contained in:
sternenseemann
2026-04-07 21:32:04 +02:00
parent 146f8a506f
commit 9fca99b8b2
@@ -722,6 +722,13 @@ with haskellLib;
--replace-fail 'InstallDesktopFile $(PREFIX)/bin/git-annex' \
'InstallDesktopFile git-annex'
'';
# Work around race condition in test suite exposed by tasty-1.5.4
# TODO(@sternenseemann): make testFlags arg usable with git-annex
preCheck = ''
${drv.preCheck or ""}
appendToVar checkFlags -j1
'';
}))
];