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-08-15 18:01:54 -07:00
parent f80f526319
commit e9940f7cf3
+2
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 = ''