guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gjs: Use the test-only Xorg variant for tests.


From: guix-commits
Subject: 02/02: gnu: gjs: Use the test-only Xorg variant for tests.
Date: Thu, 14 Mar 2019 20:14:09 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ebebee94f349173ba82f76f125b0e2d7f9d05d15
Author: Marius Bakke <address@hidden>
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

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