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
|
@ -107,6 +107,8 @@ computers over a network.")
|
||||||
(base32
|
(base32
|
||||||
"0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv"))))
|
"0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("libressl" ,libressl))) ; enable TLS time constraints. See ntpd.conf(5).
|
||||||
(home-page "http://www.openntpd.org/")
|
(home-page "http://www.openntpd.org/")
|
||||||
(synopsis "NTP client and server by the OpenBSD Project")
|
(synopsis "NTP client and server by the OpenBSD Project")
|
||||||
(description "OpenNTPD is the OpenBSD Project's implementation of a client
|
(description "OpenNTPD is the OpenBSD Project's implementation of a client
|
||||||
|
|
Loading…
Reference in New Issue