mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: accountsservice: Actually run the test suite.
* gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Add PYTHON.
This commit is contained in:
parent
d2d3c8f9bf
commit
b2696a7211
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue