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.
This commit is contained in:
Eric Bavier 2020-05-27 17:35:20 -05:00
parent 3ddd4b28a8
commit 9549f0283a
No known key found for this signature in database
GPG key ID: FD73CAC719D32566

View file

@ -5157,7 +5157,7 @@ (define-public libnslog
(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)