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-23 23:05:57 +02:00
committed by Bjørn Forsman
parent ebdc70bf24
commit 744963c24a
+1 -1
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";