gnu: emacs-bluetooth: Add dbus to inputs
* gnu/packages/emacs-xyz.scm (emacs-bluetooth)[inputs, arguments]: Add dbus Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
036df7468c
commit
e799da33ee
|
@ -1810,7 +1810,8 @@ mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
|
||||||
(base32 "1dq04p6ms0zx4awlypp4crkz7dzal4xg8ac7p8fqacz196rczssp"))))
|
(base32 "1dq04p6ms0zx4awlypp4crkz7dzal4xg8ac7p8fqacz196rczssp"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bluez" ,bluez)))
|
`(("bluez" ,bluez)
|
||||||
|
("dbus" ,dbus)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)))
|
`(("emacs-dash" ,emacs-dash)))
|
||||||
(home-page "https://gitlab.com/rstocker/emacs-bluetooth")
|
(home-page "https://gitlab.com/rstocker/emacs-bluetooth")
|
||||||
|
|
Reference in New Issue