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.master
parent
3ddd4b28a8
commit
9549f0283a
|
@ -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)
|
||||
|
|
Reference in New Issue