man-db: Use unspecified/all manual directly layout on FreeBSD

It's unclear if this nixpkgs bundling conventions are compatible with
the BSD layout, but the testcases certainly aren't.

https://gitlab.com/man-db/man-db/-/issues/41
This commit is contained in:
Audrey Dutcher 2024-07-19 22:18:14 -07:00
parent f80f526319
commit e9940f7cf3

View File

@ -61,6 +61,8 @@ stdenv.mkDerivation rec {
"ac_cv_func__set_invalid_parameter_handler=no"
"ac_cv_func_posix_fadvise=no"
"ac_cv_func_mempcpy=no"
] ++ lib.optionals stdenv.hostPlatform.isFreeBSD [
"--enable-mandirs="
];
preConfigure = ''