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