mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-treemacs-extra: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add mu.
This commit is contained in:
parent
5b35626374
commit
41c4a1ccfd
1 changed files with 2 additions and 1 deletions
|
@ -25793,7 +25793,8 @@ (define-public emacs-treemacs-extra
|
|||
("emacs-magit" ,emacs-magit)
|
||||
("emacs-projectile" ,emacs-projectile)
|
||||
("emacs-perspective" ,emacs-perspective)
|
||||
("emacs-persp-mode" ,emacs-persp-mode)))
|
||||
("emacs-persp-mode" ,emacs-persp-mode)
|
||||
("mu" ,mu)))
|
||||
(arguments
|
||||
(substitute-keyword-arguments
|
||||
(package-arguments emacs-treemacs)
|
||||
|
|
Loading…
Reference in a new issue