gnu: gnome-keyring: Don't run tests in parallel on riscv64-linux.

* gnu/packages/gnome.scm (gnome-keyring)[arguments]: When building for
riscv64-linux don't run the tests in parallel.

Change-Id: Ib86965c52d42e3fcaa35efc97890d0da4478e46f
This commit is contained in:
Efraim Flashner 2024-05-26 11:30:28 +03:00
parent 473cdecd89
commit 488a39503a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2638,6 +2638,7 @@ (define-public gnome-keyring
#$output "/share/p11-kit/modules/")
(string-append "--with-pkcs11-modules="
#$output "/share/p11-kit/modules/"))
#:parallel-tests? (not (target-riscv64?))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-/bin/sh-reference