mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: openntpd: Enable use of TLS-based time constraints.
* gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.
This commit is contained in:
parent
12a130b011
commit
080e023d45
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ (define-public openntpd
|
|||
(base32
|
||||
"0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libressl" ,libressl))) ; enable TLS time constraints. See ntpd.conf(5).
|
||||
(home-page "http://www.openntpd.org/")
|
||||
(synopsis "NTP client and server by the OpenBSD Project")
|
||||
(description "OpenNTPD is the OpenBSD Project's implementation of a client
|
||||
|
|
Loading…
Reference in a new issue