Merge pull request #243510 from plastic-forks/c4710n/add-borgmatic-darwin-support

borgmatic: add darwin support
This commit is contained in:
Nick Cao 2023-07-19 19:07:39 -06:00 committed by GitHub
commit 39ee162989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}