guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libnslog: Use check@0.12.


From: guix-commits
Subject: branch master updated: gnu: libnslog: Use check@0.12.
Date: Thu, 23 Jan 2020 01:37:00 -0500

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 7357b3d  gnu: libnslog: Use check@0.12.
7357b3d is described below

commit 7357b3d7a52eb5db1674012c50d308d792741c48
Author: Eric Bavier <address@hidden>
AuthorDate: Thu Jan 23 00:36:59 2020 -0600

    gnu: libnslog: Use check@0.12.
    
    Tests fail with check@0.13 due to implementation changes.
    
    * gnu/packages/web.scm (libnslog)[native-inputs]: 'check' -> 'check-0.12'.
---
 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 feeb3da..4bd7143 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4881,7 +4881,7 @@ C.  It is developed as part of the NetSurf project.")
     (native-inputs
      `(("netsurf-buildsystem" ,netsurf-buildsystem)
        ("pkg-config" ,pkg-config)
-       ("check" ,check)                 ;for tests
+       ("check" ,check-0.12)            ; For tests
        ("bison" ,bison)
        ("flex" ,flex)))
     (arguments netsurf-buildsystem-arguments)



reply via email to

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