gnu: gnutls: Add dependency on util-linux.
authorLudovic Courtès <ludo@gnu.org>
Wed, 19 Feb 2020 21:11:47 +0000 (22:11 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 19 Feb 2020 21:12:16 +0000 (22:12 +0100)
* gnu/packages/tls.scm (gnutls)[native-inputs]: Add UTIL-LINUX.

gnu/packages/tls.scm

index d8a767f..ca8838a 100644 (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