gnu: openntpd: Enable use of TLS-based time constraints.

* gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.
This commit is contained in:
Leo Famulari 2017-11-27 13:28:53 -05:00
parent 12a130b011
commit 080e023d45
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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