me
/
guix
Archived
1
0
Fork 0

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
Morgan Smith 2020-12-09 10:48:03 -05:00 committed by Nicolas Goaziou
parent 036df7468c
commit e799da33ee
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 1 deletions

View File

@ -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")