git-annex: patch another test failure

https://git-annex.branchable.com/bugs/flaky_test_failure_add_dup/
https://hydra.nixos.org/build/306633277

similar to #438309 but applied on master due to failure for aarch64

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>

authored by Florian Brandes and committed by sternenseemann 9137f779 7e744663

+10
+10
pkgs/development/haskell-modules/configuration-common.nix
··· 563 563 # TODO(@sternenseemann): submit upstreamable patch resolving this 564 564 # (this should be possible by also taking PREFIX into account). 565 565 ./patches/git-annex-no-usr-prefix.patch 566 + # https://git-annex.branchable.com/bugs/flaky_test_failure_add_dup/ 567 + (pkgs.fetchpatch { 568 + name = "git-annex-workaround-for-git-2.50_bis.patch"; 569 + url = "https://git.joeyh.name/index.cgi/git-annex.git/patch/?id=cf449837ea9ab7687d8a157f21cad31ddf5bbfb6"; 570 + sha256 = "sha256-HmNJ85dLht5Hy85AUkjACnET9YLPP2MshYHsApUax+I="; 571 + excludes = [ 572 + "doc/**" 573 + "CHANGELOG" 574 + ]; 575 + }) 566 576 ]; 567 577 568 578 postPatch = ''