diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-08 10:01:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-08 15:57:30 +0200 |
commit | 6072182b3d9debaa126a6e4a3ac45eab9c28e20c (patch) | |
tree | e07e21f60069646a05a4105dc82e3c3ad9a5df7a /gnu/packages/ntp.scm | |
parent | f73e09b2c812eb0c348f7605b49ce6d19ec8bb4a (diff) |
gnu: chrony: Support Network Time Security (NTS).
* gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls.
Diffstat (limited to 'gnu/packages/ntp.scm')
-rw-r--r-- | gnu/packages/ntp.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm index 755f253701..2372c6138b 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -80,7 +80,8 @@ (native-inputs `(("pkg-config" ,pkg-config))) (inputs - `(("libcap" ,libcap/next) + `(("gnutls" ,gnutls) + ("libcap" ,libcap/next) ("libseccomp" ,libseccomp) ("nettle" ,nettle))) (home-page "https://chrony.tuxfamily.org/") |