···445445446446} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isx86_64 { # x86_64-darwin
447447448448+ # Work around store corruption on one of our Hydra builders
449449+ # https://github.com/NixOS/nixpkgs/issues/356741
450450+ filepath-bytestring = triggerRebuild 1 super.filepath-bytestring;
451451+ magic = triggerRebuild 1 super.magic;
452452+448453 # tests appear to be failing to link or something:
449454 # https://hydra.nixos.org/build/174540882/nixlog/9
450455 regex-rure = dontCheck super.regex-rure;