ntpd-rs: add mainProgram

This commit is contained in:
seth 2024-05-20 03:34:22 -04:00
parent f059856d34
commit b24f690c5c
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -61,6 +61,7 @@ rustPlatform.buildRustPackage rec {
description = "A full-featured implementation of the Network Time Protocol";
homepage = "https://tweedegolf.nl/en/pendulum";
changelog = "https://github.com/pendulum-project/ntpd-rs/blob/v${version}/CHANGELOG.md";
mainProgram = "ntp-ctl";
license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ fpletz ];
# note: Undefined symbols for architecture x86_64: "_ntp_adjtime"