guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25835: [PATCH 19/19] gnu: i3: Clarify test comment.


From: Marius Bakke
Subject: bug#25835: [PATCH 19/19] gnu: i3: Clarify test comment.
Date: Wed, 22 Feb 2017 16:04:20 +0100

* gnu/packages/wm.scm (i3-wm)[arguments]: Update comment.
---
 gnu/packages/wm.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7d76a2d20..76ac2b6a0 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -200,7 +200,8 @@ commands would.")
        ;; The build system tries to build in a separate directory, but that
        ;; seems to be unnecessary.
        #:configure-flags '("--disable-builddir")
-       ;; The test suite appears to require the unpackaged Perl module 
AnyEvent.
+       ;; The test suite needs to spawn a number of Xephyr instances
+       ;; which does not work in the build environment.
        #:tests? #f))
     (inputs
      `(("libxcb" ,libxcb)
-- 
2.11.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]