diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-18 16:30:21 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-18 16:30:21 +0200 |
commit | 80c76f5d8eaa0aff40c08eac19a62e0e7957a7c8 (patch) | |
tree | 68938c2e5ed14adc2af9ef9be6691b1948175f39 /gnu/packages/ntp.scm | |
parent | cbe461f2d497554fd667429cd9db5ee990c7fadb (diff) | |
parent | 2266ec5eb1bcc2c87baa27297a4205eebf325424 (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/ntp.scm')
-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 b942703ff3..a27c1c6a12 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -155,7 +155,7 @@ time-stamping or reference clock, sub-microsecond accuracy is possible.") #t)))) (native-inputs (list which pkg-config)) (inputs - `(("openssl" ,openssl) + `(("openssl" ,openssl-1.1) ("libevent" ,libevent) ;; Build with POSIX capabilities support on GNU/Linux. This allows 'ntpd' ;; to run as non-root (when invoked with '-u'.) |