unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45138] [PATCH] gnu: emacs-bluetooth: Add dbus to inputs
@ 2020-12-09 15:48 Morgan.J.Smith
  2020-12-12 20:48 ` bug#45138: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2020-12-09 15:48 UTC (permalink / raw)
  To: 45138; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-bluetooth)[inputs, arguments]: Add dbus
---
 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 dcf05c909d..1f716327ed 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")
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45138: [PATCH] gnu: emacs-bluetooth: Add dbus to inputs
  2020-12-09 15:48 [bug#45138] [PATCH] gnu: emacs-bluetooth: Add dbus to inputs Morgan.J.Smith
@ 2020-12-12 20:48 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-12-12 20:48 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 45138-done

Hello,

Morgan.J.Smith@outlook.com writes:

> * gnu/packages/emacs-xyz.scm (emacs-bluetooth)[inputs, arguments]: Add
> dbus

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-12 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 15:48 [bug#45138] [PATCH] gnu: emacs-bluetooth: Add dbus to inputs Morgan.J.Smith
2020-12-12 20:48 ` bug#45138: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).