borgbackup: move manpages into man output

By creating the man output the multiple-outputs hook will automatically
move manpages in the correct path into it.
This commit is contained in:
Martin Weinelt 2022-08-21 01:10:33 +02:00 committed by Bjørn Forsman
parent ebdc70bf24
commit 744963c24a

View File

@ -120,7 +120,7 @@ python3.pkgs.buildPythonApplication rec {
inherit (nixosTests) borgbackup;
};
outputs = [ "out" "doc" ];
outputs = [ "out" "doc" "man" ];
meta = with lib; {
description = "Deduplicating archiver with compression and encryption";