mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
man-db: set troff command correctly (#18333)
Signed-off-by: Ram Kromberg <ramkromberg@mail.com>
This commit is contained in:
parent
9a2065ff2a
commit
0b469a6725
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libpipeline db groff ];
|
||||
troff="${groff}/bin/groff";
|
||||
|
||||
configureFlags = [
|
||||
"--disable-setuid"
|
||||
|
Loading…
Reference in New Issue
Block a user