summaryrefslogtreecommitdiff
path: root/gnu/packages/ntp.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-11-27 13:28:53 -0500
committerLeo Famulari <leo@famulari.name>2017-11-27 13:29:18 -0500
commit080e023d45d4553ad419ee9f09088ad3a110a512 (patch)
tree959140b793407f6eb0ff2afdbdbc730c0765e7b0 /gnu/packages/ntp.scm
parent12a130b0118c3f56e6337e011dc4a89f2671359a (diff)
downloadguix-patches-080e023d45d4553ad419ee9f09088ad3a110a512.tar
guix-patches-080e023d45d4553ad419ee9f09088ad3a110a512.tar.gz
gnu: openntpd: Enable use of TLS-based time constraints.
* gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.
Diffstat (limited to 'gnu/packages/ntp.scm')
-rw-r--r--gnu/packages/ntp.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index b3b4453945..d270f513dc 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -107,6 +107,8 @@ computers over a network.")
(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