mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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 @@ (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)))
|
||||
|
|
Loading…
Reference in a new issue