aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRodrigo Morales <rodrigo@morales.pe>2024-09-05 19:42:13 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-09-05 19:42:13 +0200
commit182e96d913c04671bd524d076e7a8c76890646b7 (patch)
tree3f0e5dca88a3ac12b953f7ef260434019b5c3d27 /gnu
parent68d069ccaf1e7988058dc937d391a1262d927acc (diff)
downloadguix-182e96d913c04671bd524d076e7a8c76890646b7.tar
guix-182e96d913c04671bd524d076e7a8c76890646b7.tar.gz
gnu: emacs-treemacs: Add missing input.
* gnu/packages/emacs-xyz.scm (emacs-treemacs)[propagated-inputs]: Add EMACS-CFRS. The package EMACS-CFRS is not included in the list of propagated-inputs at EMACS-TREEMACS, but it should be included, because some of the features of EMACS-TREEMACS use CFRS, see <https://github.com/Alexander-Miller/treemacs/blob/2377d231bcb4ff6841cbf6a7c1e4b6747e26ddd0/src/elisp/treemacs-interface.el#L47-L48> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I53f3498e623c59604f33b473aff1e590c5c198cc
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2ff7a36d0c..6440e15bba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31992,6 +31992,7 @@ processes for Emacs.")
(list python))
(propagated-inputs
(list emacs-ace-window
+ emacs-cfrs
emacs-dash
emacs-f
emacs-ht