summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-10-19 17:21:16 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-10-19 21:45:47 +0900
commit1d07e429d94b48bc4d97710307c07d9b7724d59b (patch)
treee5a74ffc3c48b22584ba00b5cce211db9c893c28
parent48097f511929053468ce6f09e0a24644c90fe670 (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
-rw-r--r--gnu/packages/ntp.scm2
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'.)