mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
git-annex: remove tasty workaround (#520973)
This commit is contained in:
commit
e9724bc92f
2 changed files with 2 additions and 7 deletions
|
|
@ -704,13 +704,6 @@ 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
|
||||
'';
|
||||
}))
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -1272,6 +1272,8 @@ builtins.intersectAttrs super {
|
|||
ln -sf git-annex git-remote-tor-annex
|
||||
PATH+=":$PWD"
|
||||
|
||||
checkFlagsArray+=("-J$NIX_BUILD_CORES")
|
||||
|
||||
echo checkFlags: $checkFlags ''${checkFlagsArray:+"''${checkFlagsArray[@]}"}
|
||||
|
||||
# Doesn't use Cabal's test mechanism
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue