Skip to content

Commit

Permalink
borgbackup: move manpages into man output
Browse files Browse the repository at this point in the history
By creating the man output the multiple-outputs hook will automatically
move manpages in the correct path into it.
  • Loading branch information
mweinelt authored and bjornfor committed Aug 23, 2022
1 parent ebdc70b commit 744963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/backup/borgbackup/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 744963c

Please sign in to comment.