guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: gnutls: Add dependency on util-linux.


From: guix-commits
Subject: branch core-updates updated: gnu: gnutls: Add dependency on util-linux.
Date: Wed, 19 Feb 2020 16:14:17 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 971c8bb  gnu: gnutls: Add dependency on util-linux.
971c8bb is described below

commit 971c8bb0a65a730c566eedacd02b689d79c5d562
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Feb 19 22:11:47 2020 +0100

    gnu: gnutls: Add dependency on util-linux.
    
    * gnu/packages/tls.scm (gnutls)[native-inputs]: Add UTIL-LINUX.
---
 gnu/packages/tls.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index d8a767f..ca8838a 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]