+5
pkgs/tools/misc/man-db/default.nix
+5
pkgs/tools/misc/man-db/default.nix
···echo "MANDB_MAP /nix/var/nix/profiles/default/share/man /var/cache/man/nixpkgs" >> src/man_db.conf.in+# This test fails on Darwin. man-db expects libiconv to skip over the invalid character in the source data, but+# Darwin’s libiconv returns EILSEQ without skipping it. This causes the `manconv` to go into an infinite loop