gnu: gnutls: Add dependency on util-linux.

* gnu/packages/tls.scm (gnutls)[native-inputs]: Add UTIL-LINUX.
This commit is contained in:
Ludovic Courtès 2020-02-19 22:11:47 +01:00
parent b6aedea9cc
commit 971c8bb0a6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -226,7 +226,8 @@ living in the same process.")
`(("net-tools" ,net-tools)
("pkg-config" ,pkg-config)
("which" ,which)
("datefudge" ,datefudge))) ;tests rely on 'datefudge'
("datefudge" ,datefudge) ;tests rely on 'datefudge'
("util-linux" ,util-linux))) ;one test needs 'setsid'
(inputs
`(("guile" ,guile-2.2)))
(propagated-inputs