mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
3ddd4b28a8
commit
9549f0283a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue