mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
ntpd-rs: add mainProgram
This commit is contained in:
parent
f059856d34
commit
b24f690c5c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user