mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
vdirsyncer: add mainProgram
This commit is contained in:
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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user