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.
This commit is contained in:
parent
3cb61ca85a
commit
0b4504f605
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue