summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-12-29 22:21:35 +0100
committerMarius Bakke <marius@gnu.org>2022-12-31 21:03:12 +0100
commitaa1f9cb4b56c8d455b24b2eb840debb99ead0289 (patch)
treea6eed42a2380361a4b3e0ddb1ecb5220f48fca0a
parent1115bd7f9635ef630de18061e0415b1eb36409b2 (diff)
downloadguix-aa1f9cb4b56c8d455b24b2eb840debb99ead0289.tar.gz
gnu: python-dogtail: Remove input labels.
* gnu/packages/python-xyz.scm (python-dogtail)[native-inputs]: Remove labels.
-rw-r--r--gnu/packages/python-xyz.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b0d0c09770..3bdd1e00d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3158,12 +3158,12 @@ Prefix) - Encode and decode data structures.")
     (propagated-inputs
      (list python-pygobject python-pycairo python-pyatspi))
     (native-inputs
-     `(("python-nose" ,python-nose)
-       ("gtk+" ,gtk+)
-       ("xvfb" ,xorg-server-for-tests)
-       ("dbus" ,dbus)
-       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
-       ("gobject-introspection" ,gobject-introspection)))
+     (list python-nose
+           gtk+
+           xorg-server-for-tests
+           dbus
+           gsettings-desktop-schemas
+           gobject-introspection))
     (home-page "https://gitlab.com/dogtail/dogtail/")
     (synopsis "GUI test tool and automation framework written in Python")
     (description