gnu: libnslog: Use check@0.12.
authorEric Bavier <bavier@member.fsf.org>
Thu, 23 Jan 2020 06:36:59 +0000 (00:36 -0600)
committerEric Bavier <bavier@member.fsf.org>
Thu, 23 Jan 2020 06:36:59 +0000 (00:36 -0600)
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

index feeb3da..4bd7143 100644 (file)
@@ -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)