From e9940f7cf34ea15e9fa564ca57b91ac2c7ed9a22 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Fri, 19 Jul 2024 22:18:14 -0700 Subject: [PATCH] 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 --- pkgs/tools/misc/man-db/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/misc/man-db/default.nix b/pkgs/tools/misc/man-db/default.nix index 894481fc3fd4..e88a189854f6 100644 --- a/pkgs/tools/misc/man-db/default.nix +++ b/pkgs/tools/misc/man-db/default.nix @@ -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 = ''