diff options
Diffstat (limited to 'gnu/packages')
-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))) |