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:
parent
f80f526319
commit
e9940f7cf3
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user