librseq: install man pages, too
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
24c18f1313
commit
34f77c012c
@ -13,10 +13,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0vgillrxc1knq591gjj99x2ws6q1xpm5dmfrhsxisngfpcnjr10v";
|
sha256 = "0vgillrxc1knq591gjj99x2ws6q1xpm5dmfrhsxisngfpcnjr10v";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" "man" ];
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ linuxHeaders ];
|
buildInputs = [ linuxHeaders ];
|
||||||
|
|
||||||
|
installTargets = [ "install" "install-man" ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
separateDebugInfo = true;
|
separateDebugInfo = true;
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user