me
/
guix
Archived
1
0
Fork 0

gnu: emacs-treemacs-extra: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add
mu.
master
Nicolas Goaziou 2022-09-14 16:57:37 +02:00
parent 5b35626374
commit 41c4a1ccfd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 1 deletions

View File

@ -25793,7 +25793,8 @@ utilities.")
("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)