man-db: set troff command correctly (#18333)

Signed-off-by: Ram Kromberg <ramkromberg@mail.com>
This commit is contained in:
Ram Kromberg 2016-09-06 05:22:06 +03:00 committed by Franz Pletz
parent 9a2065ff2a
commit 0b469a6725

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libpipeline db groff ];
troff="${groff}/bin/groff";
configureFlags = [
"--disable-setuid"