gnu: chrony: Support Network Time Security (NTS).
* gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls.master
parent
f73e09b2c8
commit
6072182b3d
|
@ -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/")
|
||||
|
|
Reference in New Issue