···445446} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isx86_64 { # x86_64-darwin
44700000448 # tests appear to be failing to link or something:
449 # https://hydra.nixos.org/build/174540882/nixlog/9
450 regex-rure = dontCheck super.regex-rure;
···445446} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isx86_64 { # x86_64-darwin
447448+ # 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+453 # tests appear to be failing to link or something:
454 # https://hydra.nixos.org/build/174540882/nixlog/9
455 regex-rure = dontCheck super.regex-rure;