···7373 else if stdenv.hostPlatform.parsed.cpu.name == "s390x" then "s390x"
7474 else toString stdenv.hostPlatform.parsed.cpu.family}"
7575 # env in host triplet for Mach-O is "macho", but boost binary format for Mach-O is "mach-o"
7676- "binary-format=${if stdenv.hostPlatform.parsed.kernel.execFormat == lib.systems.parse.execFormats.macho
7777- then "mach-o"
7676+ "binary-format=${if stdenv.hostPlatform.isMacho then "mach-o"
7877 else toString stdenv.hostPlatform.parsed.kernel.execFormat.name}"
7978 "target-os=${toString stdenv.hostPlatform.parsed.kernel.name}"
8079