librseq: install man pages, too

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2020-08-24 10:15:29 -05:00
parent 24c18f1313
commit 34f77c012c
No known key found for this signature in database
GPG key ID: 25D2038DEB08021D

View file

@ -13,10 +13,12 @@ stdenv.mkDerivation rec {
sha256 = "0vgillrxc1knq591gjj99x2ws6q1xpm5dmfrhsxisngfpcnjr10v";
};
outputs = [ "out" "dev" ];
outputs = [ "out" "dev" "man" ];
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ linuxHeaders ];
installTargets = [ "install" "install-man" ];
doCheck = true;
separateDebugInfo = true;
enableParallelBuilding = true;