Update pkgs/tools/misc/man-db/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
DavHau 2021-04-30 20:05:56 +07:00 committed by Yt
parent fe7fb4b87f
commit 2030ed94c5

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "doc" ];
outputMan = "out"; # users will want `man man` to work
nativeBuildInputs = [ autoreconfHook gettext groff libtool makeWrapper pkg-config zstd ];
nativeBuildInputs = [ autoreconfHook groff makeWrapper pkg-config zstd ];
buildInputs = [ libpipeline db groff ]; # (Yes, 'groff' is both native and build input)
checkInputs = [ libiconv /* for 'iconv' binary */ ];