gnu: accountsservice: Actually run the test suite.

* gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Add PYTHON.
This commit is contained in:
Marius Bakke 2022-08-30 17:31:21 +02:00
parent d2d3c8f9bf
commit b2696a7211
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1501,10 +1501,13 @@ (define-public accountsservice
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