mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
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
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libcap" ,libcap/next)
|
||||
`(("gnutls" ,gnutls)
|
||||
("libcap" ,libcap/next)
|
||||
("libseccomp" ,libseccomp)
|
||||
("nettle" ,nettle)))
|
||||
(home-page "https://chrony.tuxfamily.org/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue