Skip to content

Commit

Permalink
librseq: install man pages, too
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Aug 24, 2020
1 parent 24c18f1 commit 34f77c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/libraries/librseq/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 34f77c0

Please sign in to comment.