borgmatic: add darwin support

This commit is contained in:
c4710n 2023-07-15 00:12:14 +08:00
parent afd6b815c4
commit d762c946cb
No known key found for this signature in database
GPG Key ID: CA64A1BE51CB6DA2

View File

@ -57,11 +57,13 @@ python3Packages.buildPythonApplication rec {
passthru.tests.version = testers.testVersion { package = borgmatic; };
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Simple, configuration-driven backup software for servers and workstations";
homepage = "https://torsion.org/borgmatic/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ imlonghao ];
};
}