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

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e8df880  gnu: [email protected]: Add dependency on datefudge and 
util-linux.
e8df880 is described below

commit e8df88003d47d50e93f5d23d250e1ec279f37525
Author: Marius Bakke <[email protected]>
AuthorDate: Wed Mar 11 17:44:06 2020 +0100

    gnu: [email protected]: Add dependency on datefudge and util-linux.
    
    * gnu/packages/tls.scm (gnutls-3.6.10)[native-inputs]: New field.
---
 gnu/packages/tls.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index b8adf23..c8eea9c 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2016, 2017, 2018 ng0 <[email protected]>
 ;;; Copyright © 2016 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2017 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2017, 2018, 2019 Marius Bakke <[email protected]>
+;;; Copyright © 2017, 2018, 2019, 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2017 Rutger Helling <[email protected]>
 ;;; Copyright © 2018 Clément Lassieur <[email protected]>
@@ -276,7 +276,14 @@ required structures.")
                                   "/gnutls-" version ".tar.xz"))
               (sha256
                (base32
-                "14r2h73yfj66cm14k9mnb3kgzq5a7qjg5b31m53bf19vcxkwmwxi"))))))
+                "14r2h73yfj66cm14k9mnb3kgzq5a7qjg5b31m53bf19vcxkwmwxi"))))
+    (native-inputs
+     `(,@(package-native-inputs gnutls)
+
+       ;; Datefudge is used to fuzz time for tests, and its presence
+       ;; enables a test that uses 'setsid' from util-linux.
+       ("datefudge" ,datefudge)
+       ("util-linux" ,util-linux)))))
 
 (define-public guile3.0-gnutls
   (package

Reply via email to