summary refs log tree commit diff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2020-01-23 00:36:59 -0600
committerEric Bavier <bavier@member.fsf.org>2020-01-23 00:36:59 -0600
commit7357b3d7a52eb5db1674012c50d308d792741c48 (patch)
treeefc5eb986b4285b5b68cd7ca0245f794dfe17100 /gnu/packages/web.scm
parent30adc9e0e14f56e45f5d4909c3105dce6d016778 (diff)
downloadguix-7357b3d7a52eb5db1674012c50d308d792741c48.tar.gz
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'.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
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)