me
/
guix
Archived
1
0
Fork 0

gnu: chrony: Support Network Time Security (NTS).

* gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls.
master
Tobias Geerinckx-Rice 2020-10-08 10:01:57 +02:00
parent f73e09b2c8
commit 6072182b3d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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/")