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:
parent
ebdc70bf24
commit
744963c24a
@ -120,7 +120,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
inherit (nixosTests) borgbackup;
|
inherit (nixosTests) borgbackup;
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "doc" "man" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Deduplicating archiver with compression and encryption";
|
description = "Deduplicating archiver with compression and encryption";
|
||||||
|
Loading…
Reference in New Issue
Block a user