gnu: lightdm: Run tests with dbus-1.15.0.
* gnu/packages/display-managers.scm (lightdm)[native-inputs]: Replace dbus with dbus-1.15.0. Change-Id: Icc3b3f7d4589b60220e15aaa02d2203af308d44c Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
37db4e2188
commit
da381e2334
1 changed files with 3 additions and 1 deletions
|
@ -382,7 +382,9 @@ experience for your users, your family and yourself")
|
||||||
libtool
|
libtool
|
||||||
vala ;for Vala bindings
|
vala ;for Vala bindings
|
||||||
;; For tests
|
;; For tests
|
||||||
dbus
|
;; All tests fail with dbus >= 1.15.2, see
|
||||||
|
;; https://github.com/canonical/lightdm/issues/346
|
||||||
|
dbus-1.15.0
|
||||||
python-wrapper
|
python-wrapper
|
||||||
python-pygobject
|
python-pygobject
|
||||||
which
|
which
|
||||||
|
|
Reference in a new issue