mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: rofi: Fix test failure.
* gnu/packages/xdisorg.scm (rofi)[arguments]: Disable parallel tests.
This commit is contained in:
parent
5eefa50abd
commit
46d6219d41
1 changed files with 2 additions and 1 deletions
|
@ -1003,7 +1003,8 @@ (define-public rofi
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:parallel-tests? #f ; May fail in some circumstances.
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'adjust-tests
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue