diff options
author | Marius Bakke <marius@gnu.org> | 2022-12-29 22:20:30 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-12-31 21:03:12 +0100 |
commit | 1115bd7f9635ef630de18061e0415b1eb36409b2 (patch) | |
tree | 154c8971c34f843da44a18164b00961b396a1ba6 | |
parent | 642074bb1ed3f1d449ff6424b0dd68964119854f (diff) | |
download | guix-1115bd7f9635ef630de18061e0415b1eb36409b2.tar.gz |
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.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2b28e8bd53..b0d0c09770 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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))) |