diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-19 17:21:16 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-19 21:45:47 +0900 |
commit | 1d07e429d94b48bc4d97710307c07d9b7724d59b (patch) | |
tree | e5a74ffc3c48b22584ba00b5cce211db9c893c28 /gnu | |
parent | 48097f511929053468ce6f09e0a24644c90fe670 (diff) |
gnu: ntp: Update to 4.2.8p18.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p18.
[inputs]: Replace openssl-1.1 with openssl.
Change-Id: Ife0395b2e865093819807d4ebbb85abe8b9ea17c
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ntp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm index 8f18cd89ea..f7f76400a2 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -149,7 +149,7 @@ time-stamping or reference clock, sub-microsecond accuracy is possible.") "sntp/libevent/build-aux"))))) (native-inputs (list which pkg-config)) (inputs - (cons* openssl-1.1 + (cons* openssl libevent ;; Build with POSIX capabilities support on GNU/Linux. This allows ;; 'ntpd' to run as non-root (when invoked with '-u'.) |