me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

@ -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)