guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-treemacs-extra: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-treemacs-extra: Fix build.
Date: Wed, 14 Sep 2022 10:59:46 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 41c4a1ccfd gnu: emacs-treemacs-extra: Fix build.
41c4a1ccfd is described below

commit 41c4a1ccfda80134c5e1d20fff008eca4fefb616
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Sep 14 16:57:37 2022 +0200

    gnu: emacs-treemacs-extra: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add
    mu.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6ac95d03e2..53672377b1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]