mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +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
|
(inputs
|
||||||
(list bluez dbus))
|
(list bluez dbus))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash))
|
(list emacs-compat emacs-dash emacs-transient))
|
||||||
(home-page "https://gitlab.com/rstocker/emacs-bluetooth")
|
(home-page "https://gitlab.com/rstocker/emacs-bluetooth")
|
||||||
(synopsis "Manage Bluetooth devices using Emacs")
|
(synopsis "Manage Bluetooth devices using Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue