mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: emacs-bluetooth: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-bluetooth)[propagated-inputs]: Add emacs-compat and emacs-transient. Change-Id: I1c3296b1d417f2aef04b1e7142f82332cda337e2
This commit is contained in:
parent
cbc34fea6e
commit
6b2bfc9035
1 changed files with 1 additions and 1 deletions
|
@ -4552,7 +4552,7 @@ you can press @samp{C-M-n} to input multiple email addresses.")
|
|||
(inputs
|
||||
(list bluez dbus))
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
(list emacs-compat emacs-dash emacs-transient))
|
||||
(home-page "https://gitlab.com/rstocker/emacs-bluetooth")
|
||||
(synopsis "Manage Bluetooth devices using Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue