mbakke pushed a commit to branch master
in repository guix.
commit b2696a7211000baaac7d7d4864c23946e0e6fbee
Author: Marius Bakke <[email protected]>
AuthorDate: Tue Aug 30 17:31:21 2022 +0200
gnu: accountsservice: Actually run the test suite.
* gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Add PYTHON.
---
gnu/packages/freedesktop.scm | 9 ++++++---
1 file 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