vdirsyncer: add mainProgram

This commit is contained in:
Peter Hoeg
2023-11-11 21:38:06 +01:00
parent 1fd787f5f4
commit 03fe07bf4f
@@ -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";
};
}