~ruther/guix-local

46d6219d41e98d20797fc075becdeecec73c7327 — Marius Bakke 9 years ago 5eefa50
gnu: rofi: Fix test failure.

* gnu/packages/xdisorg.scm (rofi)[arguments]: Disable parallel tests.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +2 -1
@@ 1003,7 1003,8 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
    (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 _