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.
master
Marius Bakke 2019-03-21 23:36:12 +01:00
parent 3cb61ca85a
commit 0b4504f605
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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)