From 7357b3d7a52eb5db1674012c50d308d792741c48 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Thu, 23 Jan 2020 00:36:59 -0600 Subject: 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'. --- gnu/packages/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index feeb3dac01..4bd71438c3 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4881,7 +4881,7 @@ C. It is developed as part of the NetSurf project.") (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) -- cgit v1.2.3