mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
473cdecd89
commit
488a39503a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue