mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -4721,7 +4721,7 @@ (define-public gjs
|
||||||
;; For testing
|
;; For testing
|
||||||
("dbus-launch" ,dbus)
|
("dbus-launch" ,dbus)
|
||||||
("uuidgen" ,util-linux)
|
("uuidgen" ,util-linux)
|
||||||
("xvfb" ,xorg-server)))
|
("xvfb" ,xorg-server-for-tests)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are all in the Requires.private field of gjs-1.0.pc.
|
;; These are all in the Requires.private field of gjs-1.0.pc.
|
||||||
`(("cairo" ,cairo)
|
`(("cairo" ,cairo)
|
||||||
|
|
Loading…
Reference in a new issue