summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-08-30 17:31:21 +0200
committerMarius Bakke <marius@gnu.org>2022-08-30 17:59:18 +0200
commitb2696a7211000baaac7d7d4864c23946e0e6fbee (patch)
treec5125eb588f0716f87affd55e9e39b95075b675b
parentd2d3c8f9bf8a221cdaf61502cb96b30fa8a67358 (diff)
downloadguix-b2696a7211000baaac7d7d4864c23946e0e6fbee.tar.gz
gnu: accountsservice: Actually run the test suite.
* gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Add PYTHON.
-rw-r--r--gnu/packages/freedesktop.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index fed6e54cbb..d7cd2cdf40 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1501,10 +1501,13 @@ message bus.")
            libxml2                      ;for XML_CATALOG_FILES
            libxslt
            pkg-config
-           python-dbusmock
-           python-pygobject
            vala
-           xmlto))
+           xmlto
+
+           ;; For the tests.
+           python
+           python-dbusmock
+           python-pygobject))
     (inputs
      (list coreutils-minimal
            dbus