diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-15 00:33:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-15 01:11:21 +0100 |
commit | ebebee94f349173ba82f76f125b0e2d7f9d05d15 (patch) | |
tree | e81cc77c9d278101a4bdade83f8dd9533c1eb0ce | |
parent | 4ca23a3d223c7b73dfb6915f8ae9734690f65319 (diff) | |
download | guix-ebebee94f349173ba82f76f125b0e2d7f9d05d15.tar guix-ebebee94f349173ba82f76f125b0e2d7f9d05d15.tar.gz |
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.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ea6d255c88..fb4fb4d6bb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) |