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

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9549f02  gnu: libnslog: Use latest version of check for tests.
9549f02 is described below

commit 9549f0283a78fe36f2d4ff2a04ef8ad6b0c02604
Author: Eric Bavier <[email protected]>
AuthorDate: Wed May 27 17:35:20 2020 -0500

    gnu: libnslog: Use latest version of check for tests.
    
    Test failures with latest check were fixed in most recent release.  See bug
    report: https://bugs.netsurf-browser.org/mantis/view.php?id=2736
    
    * gnu/packages/web.scm (libnslog)[native-inputs]: Use latest check.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 169f949..6467184 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5157,7 +5157,7 @@ C.  It is developed as part of the NetSurf project.")
     (native-inputs
      `(("netsurf-buildsystem" ,netsurf-buildsystem)
        ("pkg-config" ,pkg-config)
-       ("check" ,check-0.12)            ; For tests
+       ("check" ,check)                 ; For tests
        ("bison" ,bison)
        ("flex" ,flex)))
     (arguments netsurf-buildsystem-arguments)

Reply via email to