mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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
This commit is contained in:
parent
48097f5119
commit
1d07e429d9
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ (define-public ntp
|
|||
"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'.)
|
||||
|
|
Loading…
Reference in a new issue