mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-public lightdm
|
|||
libtool
|
||||
vala ;for Vala bindings
|
||||
;; 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-pygobject
|
||||
which
|
||||
|
|
Loading…
Reference in a new issue