mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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>
This commit is contained in:
parent
036df7468c
commit
e799da33ee
1 changed files with 2 additions and 1 deletions
|
@ -1810,7 +1810,8 @@ (define-public emacs-bluetooth
|
|||
(base32 "1dq04p6ms0zx4awlypp4crkz7dzal4xg8ac7p8fqacz196rczssp"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
`(("bluez" ,bluez)))
|
||||
`(("bluez" ,bluez)
|
||||
("dbus" ,dbus)))
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)))
|
||||
(home-page "https://gitlab.com/rstocker/emacs-bluetooth")
|
||||
|
|
Loading…
Reference in a new issue