summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-21 23:36:12 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-23 22:54:59 +0100
commit0b4504f605cd2741e11ed320081be27ab3d41654 (patch)
treea74f52734abfd6e0bac8dc3d31ffbe1d845fc9dd /gnu
parent3cb61ca85a634db2dcc2badaf3492440bf621d92 (diff)
downloadpatches-0b4504f605cd2741e11ed320081be27ab3d41654.tar
patches-0b4504f605cd2741e11ed320081be27ab3d41654.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 38edce3a2d..22f5f213c0 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)