gnu: python-dogtail: Use the test-only Xorg server variant.

* gnu/packages/python-xyz.scm (python-dogtail)[native-inputs]: Change from
XORG-SERVER to XORG-SERVER-FOR-TESTS.
This commit is contained in:
Marius Bakke 2022-12-29 22:20:30 +01:00
parent 642074bb1e
commit 1115bd7f96
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3160,7 +3160,7 @@ (define-public python-dogtail
(native-inputs
`(("python-nose" ,python-nose)
("gtk+" ,gtk+)
("xvfb" ,xorg-server)
("xvfb" ,xorg-server-for-tests)
("dbus" ,dbus)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gobject-introspection" ,gobject-introspection)))