mbakke pushed a commit to branch master
in repository guix.

commit ebebee94f349173ba82f76f125b0e2d7f9d05d15
Author: Marius Bakke <mba...@fastmail.com>
Date:   Fri Mar 15 00:33:14 2019 +0100

    gnu: gjs: Use the test-only Xorg variant for tests.
    
    * gnu/packages/gnome.scm (gjs)[native-inputs]: Change XORG-SERVER to
    XORG-SERVER-FOR-TESTS.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ea6d255..fb4fb4d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4721,7 +4721,7 @@ configuration program to choose applications starting on 
login.")
        ;; For testing
        ("dbus-launch" ,dbus)
        ("uuidgen" ,util-linux)
-       ("xvfb" ,xorg-server)))
+       ("xvfb" ,xorg-server-for-tests)))
     (propagated-inputs
      ;; These are all in the Requires.private field of gjs-1.0.pc.
      `(("cairo" ,cairo)

Reply via email to