~ruther/guix-local

9549f0283a78fe36f2d4ff2a04ef8ad6b0c02604 — Eric Bavier 6 years ago 3ddd4b2
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +1 -1
@@ 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)