gnu: gjs: Use the test-only Xorg variant for tests.
* gnu/packages/gnome.scm (gjs)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS.
This commit is contained in:
parent
4ca23a3d22
commit
ebebee94f3
|
@ -4721,7 +4721,7 @@ configuration program to choose applications starting on login.")
|
|||
;; For testing
|
||||
("dbus-launch" ,dbus)
|
||||
("uuidgen" ,util-linux)
|
||||
("xvfb" ,xorg-server)))
|
||||
("xvfb" ,xorg-server-for-tests)))
|
||||
(propagated-inputs
|
||||
;; These are all in the Requires.private field of gjs-1.0.pc.
|
||||
`(("cairo" ,cairo)
|
||||
|
|
Loading…
Reference in New Issue