guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: chrony: Support Network Time Security (NTS).


From: guix-commits
Subject: 02/13: gnu: chrony: Support Network Time Security (NTS).
Date: Thu, 8 Oct 2020 10:02:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6072182b3d9debaa126a6e4a3ac45eab9c28e20c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 8 10:01:57 2020 +0200

    gnu: chrony: Support Network Time Security (NTS).
    
    * gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls.
---
 gnu/packages/ntp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index 755f253..2372c61 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]