Hello,
P <pronaip@protonmail.com> skribis:
Toggle quote (16 lines)
> commit: 767a0a18d88479c713f1b9b034bd06eedfe71a80 (or rather the previous commit, there are some small unrelated changes in gnu/packages/idris.scm)>> make check TESTS="tests/swh.scm tests/pypi.scm tests/gem.scm tests/crate.scm tests/cpan.scm" SCM_LOG_DRIVER_FLAGS="--brief=no">> =================================================> GNU Guix 1.0.1.1832-23243: ./test-suite.log> =================================================>> # TOTAL: 21> # PASS: 12> # SKIP: 1> # XFAIL: 0> # FAIL: 8> # XPASS: 0> # ERROR: 0
The likely reason is that you’re using Guile-JSON 1.x instead of 3.x,which is now required.
If you’re using ‘guix environment’, you may need to run:
guix environment guix --ad-hoc guile-json@3
HTH!
Ludo’.