Merge pull request #239248 from tjni/po4a-darwin

perlPackages.Po4a: disable tests on darwin

authored by

Weijia Wang and committed by
GitHub
a62b20f3 ca58f7ab

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