vdirsyncer: add mainProgram

This commit is contained in:
Peter Hoeg 2023-11-09 10:35:14 +01:00
parent 1fd787f5f4
commit 03fe07bf4f

View File

@ -85,5 +85,6 @@ buildPythonPackage rec {
changelog = "https://github.com/pimutils/vdirsyncer/blob/v${version}/CHANGELOG.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ loewenheim ];
mainProgram = "vdirsyncer";
};
}