mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: libnslog: Use check@0.12.
Tests fail with check@0.13 due to implementation changes. * gnu/packages/web.scm (libnslog)[native-inputs]: 'check' -> 'check-0.12'.
This commit is contained in:
parent
30adc9e0e1
commit
7357b3d7a5
1 changed files with 1 additions and 1 deletions
|
@ -4881,7 +4881,7 @@ (define-public libnslog
|
|||
(native-inputs
|
||||
`(("netsurf-buildsystem" ,netsurf-buildsystem)
|
||||
("pkg-config" ,pkg-config)
|
||||
("check" ,check) ;for tests
|
||||
("check" ,check-0.12) ; For tests
|
||||
("bison" ,bison)
|
||||
("flex" ,flex)))
|
||||
(arguments netsurf-buildsystem-arguments)
|
||||
|
|
Loading…
Reference in a new issue