guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: gnome-shell: Use the test-only Xorg variant for tests.


From: guix-commits
Subject: 02/05: gnu: gnome-shell: Use the test-only Xorg variant for tests.
Date: Sat, 23 Mar 2019 17:56:21 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 0b4504f605cd2741e11ed320081be27ab3d41654
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 21 23:36:12 2019 +0100

    gnu: gnome-shell: Use the test-only Xorg variant for tests.
    
    * gnu/packages/gnome.scm (gnome-shell)[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 38edce3..22f5f21 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5844,7 +5844,7 @@ properties, screen resolution, and other GNOME 
parameters.")
        ("sassc" ,sassc)
        ("xsltproc" ,libxslt)
        ;; For tests
-       ("xorg-server" ,xorg-server)))
+       ("xorg-server" ,xorg-server-for-tests)))
     (inputs
      `(("accountsservice" ,accountsservice)
        ("caribou" ,caribou)



reply via email to

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