mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: emacs-docker-compose-mode: Add missing input.
* gnu/packages/emacs-xyz.scm (emacs-docker-compose-mode)[propagated-inputs]: Add emacs-yaml-mode. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c4313660b3
commit
5f9bfe9beb
1 changed files with 2 additions and 1 deletions
|
@ -4739,7 +4739,8 @@ (define-public emacs-docker-compose-mode
|
|||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
("emacs-f" ,emacs-f)))
|
||||
("emacs-f" ,emacs-f)
|
||||
("emacs-yaml-mode" ,emacs-yaml-mode)))
|
||||
(home-page "https://github.com/meqif/docker-compose-mode/")
|
||||
(synopsis "Major mode for editing @file{docker-compose} files")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue