git-annex: work around corrupted store paths of dependencies

+5
+5
pkgs/development/haskell-modules/configuration-darwin.nix
··· 445 445 446 446 } // lib.optionalAttrs pkgs.stdenv.hostPlatform.isx86_64 { # x86_64-darwin 447 447 448 + # Work around store corruption on one of our Hydra builders 449 + # https://github.com/NixOS/nixpkgs/issues/356741 450 + filepath-bytestring = triggerRebuild 1 super.filepath-bytestring; 451 + magic = triggerRebuild 1 super.magic; 452 + 448 453 # tests appear to be failing to link or something: 449 454 # https://hydra.nixos.org/build/174540882/nixlog/9 450 455 regex-rure = dontCheck super.regex-rure;