···45 # https://github.com/void-linux/void-packages/pull/34029#issuecomment-973267880
46 # Alpine packagers have not worried about running the tests until now:
47 # https://git.alpinelinux.org/aports/tree/main/po4a/APKBUILD#n11
48- doCheck = !stdenv.hostPlatform.isMusl;
004950 checkPhase = ''
51 export SGML_CATALOG_FILES=${docbook_sgml_dtd_41}/sgml/dtd/docbook-4.1/docbook.cat
···45 # https://github.com/void-linux/void-packages/pull/34029#issuecomment-973267880
46 # Alpine packagers have not worried about running the tests until now:
47 # https://git.alpinelinux.org/aports/tree/main/po4a/APKBUILD#n11
48+ #
49+ # Disabling tests on Darwin until https://github.com/NixOS/nixpkgs/issues/236560 is resolved.
50+ doCheck = (!stdenv.hostPlatform.isMusl) && (!stdenv.hostPlatform.isDarwin);
5152 checkPhase = ''
53 export SGML_CATALOG_FILES=${docbook_sgml_dtd_41}/sgml/dtd/docbook-4.1/docbook.cat