guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-bluetooth: Add dbus to inputs


From: guix-commits
Subject: branch master updated: gnu: emacs-bluetooth: Add dbus to inputs
Date: Sat, 12 Dec 2020 15:48:24 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e799da3  gnu: emacs-bluetooth: Add dbus to inputs
e799da3 is described below

commit e799da33ee069e3b6ade08eb72a09499742155f8
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Wed Dec 9 10:48:03 2020 -0500

    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>
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 004c293..ef2c891 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1810,7 +1810,8 @@ mode, Rmail, Gnus, MH-E, and VM).  BBDB is fully 
customizable.")
         (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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]