mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -5844,7 +5844,7 @@ (define-public gnome-shell
|
|||
("sassc" ,sassc)
|
||||
("xsltproc" ,libxslt)
|
||||
;; For tests
|
||||
("xorg-server" ,xorg-server)))
|
||||
("xorg-server" ,xorg-server-for-tests)))
|
||||
(inputs
|
||||
`(("accountsservice" ,accountsservice)
|
||||
("caribou" ,caribou)
|
||||
|
|
Loading…
Reference in a new issue