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.
master
Marius Bakke 2019-03-15 00:33:14 +01:00
parent 4ca23a3d22
commit ebebee94f3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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)