Merge pull request #117945 from SuperSandro2000/doc-output
This commit is contained in:
commit
ff166608d2
@ -15,6 +15,8 @@ mkDerivation rec {
|
||||
sha256 = "0kz8wixjmy4yxq2gk11ybswryxb6alfymd3bzcar9xinscllhh3a";
|
||||
};
|
||||
|
||||
outputs = [ "out" "doc" ];
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -66,6 +66,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
inherit (nixosTests) borgbackup;
|
||||
};
|
||||
|
||||
outputs = [ "out" "doc" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Deduplicating archiver with compression and encryption";
|
||||
homepage = "https://www.borgbackup.org";
|
||||
|
Loading…
Reference in New Issue
Block a user