borgmatic: add darwin support
This commit is contained in:
parent
afd6b815c4
commit
d762c946cb
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user