[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: python-dogtail: Use the test-only Xorg server variant.
From: |
guix-commits |
Subject: |
01/05: gnu: python-dogtail: Use the test-only Xorg server variant. |
Date: |
Sat, 31 Dec 2022 15:06:37 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 1115bd7f9635ef630de18061e0415b1eb36409b2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 29 22:20:30 2022 +0100
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.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)))