gnu: chrony: Support Network Time Security (NTS).
* gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls.
This commit is contained in:
parent
f73e09b2c8
commit
6072182b3d
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcap" ,libcap/next)
|
`(("gnutls" ,gnutls)
|
||||||
|
("libcap" ,libcap/next)
|
||||||
("libseccomp" ,libseccomp)
|
("libseccomp" ,libseccomp)
|
||||||
("nettle" ,nettle)))
|
("nettle" ,nettle)))
|
||||||
(home-page "https://chrony.tuxfamily.org/")
|
(home-page "https://chrony.tuxfamily.org/")
|
||||||
|
|
Reference in a new issue