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)
|
("sassc" ,sassc)
|
||||||
("xsltproc" ,libxslt)
|
("xsltproc" ,libxslt)
|
||||||
;; For tests
|
;; For tests
|
||||||
("xorg-server" ,xorg-server)))
|
("xorg-server" ,xorg-server-for-tests)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("accountsservice" ,accountsservice)
|
`(("accountsservice" ,accountsservice)
|
||||||
("caribou" ,caribou)
|
("caribou" ,caribou)
|
||||||
|
|
Loading…
Reference in New Issue