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:
parent
642074bb1e
commit
1115bd7f96
1 changed files with 1 additions and 1 deletions
|
@ -3160,7 +3160,7 @@ Prefix) - Encode and decode data structures.")
|
|||
(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)))
|
||||
|
|
Reference in a new issue