gnu: rofi: Fix test failure.
* gnu/packages/xdisorg.scm (rofi)[arguments]: Disable parallel tests.
This commit is contained in:
parent
5eefa50abd
commit
46d6219d41
|
@ -1003,7 +1003,8 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:parallel-tests? #f ; May fail in some circumstances.
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'adjust-tests
|
(add-before 'configure 'adjust-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in New Issue